Most voted "android-sdk" questions
Android SDK is the Android software development kit made available by google. It provides the tools and libraries needed to create Android applications. If the doubt isn’t about the SDK, don’t use this tag.
Learn more…20 questions
Sort by count of
-
5
votes2
answers2002
viewsWhat versions of the Android SDK should I have installed at least?
When I downloaded Android Studio and opened SDK Manager it shows some packages to be downloaded and installed. I saw that it has several versions of Android. My doubts are: Which of them are…
-
4
votes1
answer391
viewsAndroid SDK Build-tools 22.0.1 inventing folders inside res in generated APK
I’m using the Android Studio 1.2.1.1, with the Gradle 2.2.1, and this is an excerpt (the relevant part) of my resource folder structure: res |- layout |- layout-v21 |- values |- values-v11 |-…
-
3
votes1
answer922
viewsHow to create an emulator without using the ide?
I need to emulate android on my machine, but I did not want to use a virtual machine because it would use many features, wanted to use sdk tools android studio, but also did not want to install…
-
2
votes0
answers776
viewsError generating application for android with Unity
I created a "game" and I’m willing to do build for android devices... but I’m getting the error: Error building Player: Win32exception:…
-
2
votes1
answer52
viewsNoclassdeffounderror: com.itextpdf.text.Document error after updating SDK
I have a database on sqlite on Android, and export report to pdf using the library itextpdf. But recently after updating the Android SDK, it started from the error in the line below: Document…
-
2
votes1
answer328
viewsUpdate Sdk Android Studio, Path profile!
I formatted my pc and installed android Studio and have on a drive specifies the folder of androidSdk separate. When updating Sdk, the following error occurs: An error occurred while Preparing SDK…
-
1
votes1
answer1207
viewsHow to install IONIC with Android on Mac OSX
I’m trying to install Android on Mac OSX to start my studies in App Development. I successfully installed NPM, Cordova and IONIC. I also downloaded Android Studio and downloaded some versions of…
-
1
votes1
answer875
viewsInstallation failure of sdk android tools
When installing Android SDK packages tools, this message appears and the installation is obviously interrupted: Failed to Rename directory D: Embarcadero Studio 17.0 Platformsdks android-sdk-windows…
android-sdkasked 7 years, 9 months ago Ribeiro775 11 -
1
votes1
answer69
viewsjava.lang.Classcastexception error when using getSerializable() in API 16
I have 2 emulators, Nexus 5 API 23 and Nexus One API 16. In Nexus 5 the program runs right, in Nexus One the program crasha and the error that gives is Caused by: java.lang.ClassCastException:…
-
1
votes0
answers36
viewsQuestions about different android SDK
I’m developing an Android application, is already published in the Play Store, but mobile phones with SDK version less than 21, does not appear when searched. In my project I set minSdkVersion 21.…
-
1
votes1
answer1115
viewsProblem running "Cordova run" - A problem occurred evaluating root project 'android'
It’s the first time I’ve installed Cordova and I’m having the following problem when trying to compile any project: C:\ProjetosCordova\lsls>cordova run --debug ANDROID_HOME=C:\Android\tools…
-
1
votes1
answer67
viewsQuestion ~beginner about 2 android SDK`s on the same pc
I downloaded Visual Studio and along with it I also installed the android sdk,but the Android IDE Studio comes along with sdk;I already searched the folders of Android SDK but there are many with…
-
1
votes2
answers1456
viewsError configuring Android Sdk on Linux
The operating system is Linux Mint When inserting: ~/Android/Sdk/tools/bin/sdkmanager "platform-tools" "platforms;android-27" "build-tools;27.0.3" acontece o seguinte erro: I’m cracking my head…
-
1
votes0
answers29
viewssdk error while building android application below api level 24
I built a simple test app. When I build for versions of android sdk equal to or greater than 24 it recognizes the SDK and does the correct procedure, but if you try to build other versions like the…
-
0
votes0
answers5146
viewsHow to enable "allow oem Unlock' on Android via fastboot?
I performed the root access on my Moto G 2ºGer XT1078 through the Kingroot app, but when restarted the device falls straight on the screen AP FASTBOOT FLASH MODE (S) I tried to reset but it shows…
android-sdkasked 8 years, 5 months ago Cristiano Iglesias 53 -
0
votes1
answer1716
viewsHow to install SDK platforms in Android Studio?
I installed Android Studio and now I need to download and install some Sdks platforms for it. By default, it comes to 7.1.1 installed, but I need to install all from 4.1, but when you click on the…
-
0
votes1
answer472
viewsError creating project in Eclipse
I downloaded Android Studio for Android programming, but it takes almost 10min just to open/create a project, so I tried to see other media and found the eclipse with android SDK , well, I…
-
0
votes0
answers93
viewsIs it possible to use the SDK and NDK with Android Studio?
Good night! I have an app I made using the SDK. However, there was a need to use NDK in order to be able to use some ready-made functions already existing in C/C++. How does it work in this case? I…
-
0
votes1
answer250
viewsHow to test my Xamarin app in Visual Studio emulator?
I made an android mobile application using Xamarin and tested it normally, made some modifications and when I went to compile again, the emulator of the visual studio remained with the old version,…
-
0
votes1
answer65
viewsAndroid does not recognize the path of SDK
When I access the directories that are specified in the absolute path, I cannot find them from the Appdata folder. But the absolute path works, when I copy and paste in the search. How do I access…