Use this tag for questions/doubts/problems about downloading the Android SDK tools, platforms, and other components you need to develop your apps, using the Android SDK Manager. Do not use the tag for questions not related to the usage of the Android SDK Manager. Also, realize that there are differences between the Android's standalone SDK Manager and the one integrated in Android Studio.
Questions tagged [android-sdk-manager]
476 questions
0
votes
1 answer
Face detection Android Version In-compatibility Issue
I have following class code in an APK, doing face detection and drawing a custom view on camera preview. The face detection works fine on My "Samsung-S3" but i tested it on couple of other android cell phones where face detection never starts. Why…

BASEER ULHASSAN
- 461
- 4
- 22
0
votes
1 answer
android sdk not opening shows error
My sdk manager is not opening.When I open the android sdk manager, a cmd-like screen just briefly flashes on for half a second then disappears.
when I ran android.bat I got this
android.bat
My java is running fine (java -version gives 1.8.0_60);…

Alice
- 13
- 6
0
votes
2 answers
Which values to update to in android studio
This is what my sdk manager currently looks like.In the build.gradle file what changes would i have to make so that i am up to date.
My current compilesdkversion is 23 and buildsdkversion is 23.0.1.
All the com.android.support.* libraries are on…

Jude Fernandes
- 7,437
- 11
- 53
- 90
0
votes
2 answers
My SDK Manager in Eclipse will not open
I've just started learning to use Eclipse and I a having trouble opening my SDK Manager. Each time I try, the loading bar for starting the SDK Manager gets to around 75% and just closes with no error or warning messages.
When I try to run the SDK…

Osiris93
- 189
- 1
- 15
0
votes
1 answer
build/core/droiddoc.mk:158 Too many words (5411). Stop
I try to run
make update-api
but i git this error
target Static Jar: android-support-v7-mediarouter-jellybean-mr1
(out/target/common/obj/JAVA_LIBRARIES/android-support-v7-mediarouter-jellybean-mr1_intermediates/javalib.jar)
target Java:…

tarik203
- 375
- 3
- 9
0
votes
0 answers
Android Emulator Google APIs unusable with Google Repository rev 20?
I've got an app that depends on Google Play Services. I've made an AVD with Google APIs 22, but I think this problem should exist for any AVD made with Google APIs. This image (Google APIs 22) has Google Play Services v6.7.74 installed.
If I upgrade…

joshkendrick
- 3,497
- 8
- 38
- 52
0
votes
1 answer
I can't run SDK Manager - Android Studio?
I need to run SDK Manager but get me bellow error :
And when I run the project get me this error Failure [INSTALL_FAILED_UID_CHANGED] .
user4813855
0
votes
1 answer
appcompat_v7 library missing in android sdk manager
I need to use the appcompat_v7 library but it does not exist in my sdk and the extras in the eclipse sdk manager has just 1 item : android support library - and I have installed it . Where are all the other items. I want to install them but there is…

Private Trickor
- 1
- 6
0
votes
1 answer
Android support-v4:22.0.0 Not downloading to correct location?
I'm using com.google.android.gms:play-services:7.5.0 which requires: support-v4:22.0.0. Ok no problem right? -- so I download it via SDK Manager:
Now, Android Studio still reports that it cannot find com.android.support:support-v4:22.0.0:
Could…

Mike6679
- 5,547
- 19
- 63
- 108
0
votes
1 answer
Android Studio cant find or install play-services 7 /wearable
I have a new windows 8.1 machine, and am trying to get my android IDE environment installed. But there seems to be some issues that i have never encountered before. my existing projects are not compiling because the system can not find or even…

erik
- 4,946
- 13
- 70
- 120
0
votes
0 answers
android.support.v7.widget.Toolbar not listing in AppCompat library
I want to working with Toolbar.
I have the following layout file for customizing the Toolbar.

Karthikeyan Ve
- 2,550
- 4
- 22
- 40
0
votes
0 answers
Android Studio SDK Manager won't open
I'm trying to open the SDK Manager in Android Studio, but everytime I get an error. The first time I open it, I see a progression bar which completes. But nothing opens. If I try again I get this error message:
Cannot launch SDK…

Barry The Wizard
- 1,258
- 2
- 12
- 25
0
votes
0 answers
Android studio Sdk Manager not opening
so when i try to open my sdk manager (or my adv manager) in android studio i get this error message:
Cannot launch SDK manager.
Output:
Error: Unable to access jarfile lib\archquery.jar
Invalid path
Den angivne fil blev ikke fundet.
Den angivne fil…
0
votes
0 answers
Android SDK manager repository.xml verification error
I am using a windows7 32-bit OS. Whenever I try to start Android SDK manager I get the below error.
XML verification failed for http://dl-ssl.google.com/android/repository/repository.xml.
Line -१:-१, Error: org.xml.sax.SAXParseException;…

Ankit Gautam
- 68
- 6
0
votes
1 answer
Cannot open SDK Manager
I have set up a new project and when I click on the SDK Manager button, it gives the following error;
ProcessNotCreatedException: Cannot run program
"C:\Users\User\AppData\Local\Android\sdk\tools\android.bat": CreateProcess error=5, Acces denied:…

Shqiptar_Programmer
- 487
- 4
- 13