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
Android SDK Manager and Emulator image not working in Mac
I downloaded Android Studio bundle for mac and made a clean install. When it installed it downloaded tools and repositories and an Lollipop 21 x86 image. There are two problems I am facing:
Android SDK manager is not opening in Android Studio. The…

dhruv
- 11
- 2
0
votes
2 answers
Android SDK fails to find Java
I have Java 8 update 25 installed with JDK 8.25. My problem is when I try to install the Android SDK tools, it gives me an error "..can't write in file java_find.exe" which I automatically understood as it can't find Java on my computer.
I have…

mifrani
- 1
0
votes
1 answer
Titanium Studio Mac OS 10.9 Android SDK Manager not fetching Packages
Can someone help or direct me in the right path? I am at a predicament. I believe my issue has something to do with my internet connection being filtered sine i am not in North America at the moment. System Specifications and issue:
Installed:…

DrBongo
- 49
- 6
0
votes
1 answer
Android SDK Manager - Error
"Failed to execute tools\android.bat: The system cannot find the file specified."
I've been beating my head up against the wall for a couple of days trying to fix this problem.
I'm running windows 8.1, with both 32bit & 64bit versions of jdk1.7.0_71…

unsingefou
- 143
- 2
- 16
0
votes
3 answers
Android SDK Manager won't start/open
I know this is a common problem, and I have tried several solutions and none of them work for me.
I have deleted everything and started over. Could someone try to help me to get this to work?
I have these…

Jeggy
- 1,474
- 1
- 19
- 35
0
votes
1 answer
android studio updater SDK manager
I have installed and tried the android studio for the first time. It is looking great. But, when I try to update something from the SDK manager, I have the following problem:
Downloading Android Wear ARM EABI v7a System Image, Android API 20,…

user3041833
- 87
- 1
- 2
- 9
0
votes
2 answers
SDK platform - tools don't exist
I have a problem installing the platform-tools via the Android SDK manager.
I searched in some other forums for related questions and the answer was to add it via the SDK Manager option in eclipse with :
Windows -> Android SDK Manager -> select…

user2046298
- 3
- 2
-1
votes
1 answer
error in android application class but app is working fine
enter image description here
Application class looks like this but app working fine ..
why is this showing error ?

rock_ cicioo777
- 1
- 1
-1
votes
1 answer
flutter doctor --android-licenses not working on macOS Catalina
Recently I upgraded my Mac to Catalina.
I installed Java, set JAVA_HOME to $(/usr/libexec/java_home) as per the documentation. I installed Android Studio and SDK tools and set the ANDROID_HOME variable to /Users/username/Library/Android/sdk.
I…

Priyabrata Pati
- 75
- 7
-1
votes
1 answer
MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26)
I am developing an application in android in which i want to print the Image on reciept using thermal printer.
To achive this task i have added the escpos-coffee package in my application.
To print image it is using
import…

Talha
- 13
- 7
-1
votes
1 answer
Unable to connect the cordova project with mobile
I'm working in Cordova project and there I like to run my project using the command
Cordova run android
in command prompt window. And I have also enabled developer option and USB debugging option in mobile and connected the mobile through USB.
Now…

Javith J
- 77
- 2
- 9
-1
votes
1 answer
Error in android SDK - Android studio
In my Android SDK I see the error below. What can I do?
user4813855
-1
votes
2 answers
how to get the result in onPostExecute method
I am trying to fetch the getcontent() method from model but when i am trying to fetch the method it shows null value .
public class Gettingcomment extends AsyncTask>{
@Override
protected List…

hitesh chauhan
- 29
- 1
- 7
-1
votes
2 answers
Android SDKManager can't update
I click C:\Program Files (x86)\Android\android-sdk\SDK Manager.exe
It will get information below:
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to http://dl-ssl.google.com refused
but I…

敬錞 潘
- 852
- 1
- 14
- 29
-1
votes
1 answer
Upgrading OS, will it keep Android packages?
I have Android Studio (I don't use it) installed on my Windows 8.1, and I am upgrading my OS to Windows 10. Which folders should I backup to skip downloading the packages from Android SDK Manager in Windows 10?
I don't have knowledge of Android…

amish
- 335
- 4
- 17