Questions tagged [sdk]

A software development kit (SDK) is a set of development tools that allows for the creation of software for a certain hardware platform, development environment, or software package. A SDK may consist of a combination of APIs, an IDE or other development tools, and frameworks.

A software development kit (SDK) is typically a set of development tools that allows for the creation of software or firmware for one or more of the following:

  • operating systems ();
  • hardware platforms () (e.g. desktop computers, mobile devices, gaming consoles, etc.);
  • hardware accessories () (e.g. external GPS hardware, barcode scanners, etc.);
  • software package () (e.g. advanced image processing, barcoding library, ERP, etc.).

While the term SDK may be narrowly interpreted as being simply an API, it may also be construed as including any combination of the following:

  • application programming interface ();
  • frameworks (); and/or
  • development tools, notably an integrated development environment ()
13802 questions
63
votes
4 answers

Java JDK, SDK, SE?

If you could answer these questions or help me out a little with clarity, it will be greatly appreciated: Is Java 7 just Java SE 7? and Java 6 is Java SE 6? Is Java SE 7 also Java JDK 7? and also what is the JDK? Does this mean that the Java JDK…
Jack Trowbridge
  • 723
  • 1
  • 8
  • 9
60
votes
12 answers

package android.support.v4.app does not exist ; in Android studio 0.8

I've recently updated the android studio IDE to 0.8 to work with the new android L SDK. To start I imported a finished android project that receives no errors in the older version of android studio. In version 0.8 i lines such as import…
user3381665
  • 1,051
  • 3
  • 11
  • 16
59
votes
14 answers

Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException

I update my Android Studio (3.2.1) and its sdk to the latest version. After that it required a manual update for Manifest by adding these tags:
Mark Delphi
  • 839
  • 1
  • 8
  • 19
58
votes
6 answers

3.2 sdk platform install problem. "Done. Nothing was installed"

I select everything in the new 3.2 update but then I get the error message "done. nothing was installed" after the sdk manager runs its process. Here is the sdk install log: Downloading Android SDK Tools, revision 12 File not found: C:\Program Files…
user827304
  • 881
  • 2
  • 7
  • 13
58
votes
7 answers

update dart sdk for flutter

I would like to use dart SDK >= 2.2.0 with flutter. But my current version used BY Flutter is 2.1.2 flutter --version Flutter 1.2.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision 8661d8aecd (2 months ago) • 2019-02-14…
Itoun
  • 2,125
  • 3
  • 15
  • 34
58
votes
6 answers

Android SDK install: Java SE development Kit (JDK) not found

Possible Duplicate: Android SDK installation doesn't find JDK I have installed Java runtime 6 to C:\src\libraries\jre6. I installed Java JDK to C:\src\libraries\javasdk. My %PATH% is set…
tatmanblue
  • 1,137
  • 1
  • 13
  • 29
57
votes
6 answers

How to add .plist file to all targets in Xcode?

Totally new to iOS but I'm currently trying to setup Google Analytics. I have followed the SDK documentation and everything went great until this step: Add the configuration file to your project Drag the GoogleService-Info.plist file you just…
Koen
  • 837
  • 1
  • 10
  • 14
54
votes
9 answers

Has been compiled by a more recent version of the Java Runtime (class file version 57.0)

I get this problem Using IntelliJ. But I have the newest version of everything newly installed on my system. ... has been compiled by a more recent version of the Java Runtime (class file version 57.0), this version of the Java Runtime only…
nobism
  • 557
  • 1
  • 3
  • 3
53
votes
8 answers

Microsoft.AspNetCore.App 2.1.1 upgrade "Blocked by project"

I'm trying to upgrade a .net core 2.1 project to the latest version of Nuget packages such as Microsoft.Extensions.DependencyInjection.Abstractions 2.1.1. However this is blocked by the package reference Microsoft.NETCore.App, when I try to upgrade…
Elva
  • 993
  • 2
  • 8
  • 20
52
votes
4 answers

I can't find the debug.keystore file

I'm having an error with Eclipse and Android's SDK. apparently, it comes from the fact that my certificate expired. So I googled the error and I found that I have to remove the ~/.android/debug.keystore file. The thing is I can't find this file.…
user1173126
  • 673
  • 1
  • 7
  • 12
51
votes
8 answers

Is there any way how to install just ADB without whole SDK?

I need to install just ADB on customer´s PC to connect to android phone and install apk there. And because of SDK size is it possible to do it without installing whole SDK?
user1254836
  • 1,729
  • 3
  • 12
  • 9
51
votes
10 answers

android studio sdk version 22 exception during rendering: action_bar

When I create a new project on android studio it is not giving any problem. However, looking at the activity_main.xml design it is shows me this: Rendering Problems Exception raised during rendering: action_bar. when I change sdk level 22 to 21…
Ali Aras
  • 626
  • 1
  • 6
  • 12
51
votes
5 answers

Where can I download Eclipse Android bundle?

Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK integration but I want to find Eclipse Android bundle. I searched in Google and Eclipse web site but can't find any link. Do…
Kuvalya
  • 1,068
  • 1
  • 15
  • 23
50
votes
12 answers

Is there any way in Android to get the height of virtual keyboard of device

Is there any way in Android to get the height of the virtual keyboard displayed on the device in run time? Actually I want to show a text box above the keyboard.
Zeeshan Mirza
  • 4,359
  • 3
  • 18
  • 32
47
votes
7 answers

Which channel do I use in Flutter SDK?

There was an announcement of Preview 1 at " Announcing Flutter Release Preview 1 – Flutter – Medium" Download the latest beta release of the Flutter SDK In the document. Get Started: Install on macOS - Flutter Latest beta release version is 0.5.1.…
granoeste
  • 997
  • 3
  • 9
  • 13