Questions tagged [android-sdk-manager]

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.

418 questions
215
votes
11 answers

How do I download the Android SDK without downloading Android Studio?

As of the moment, I am running a Windows 8.1 PC that does not have the storage or the RAM for a IDE like Android Studio or Eclipse. I want to download the Android SDK tools, without the IDE. How can this be accomplished?
L.C.J
  • 2,473
  • 4
  • 11
  • 14
179
votes
19 answers

Android Command line tools sdkmanager always shows: Warning: Could not create settings

I use the new Command line tools of android because the old sdk-tools repository of android isn't available anymore. So I changed my gitlab-ci to load the commandlintools. But when I try to run it I get the following error: Warning: Could not create…
161
votes
14 answers

No version of NDK matched the requested version

After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with: No version of NDK matched the requested version 20.0.5594570. Versions available locally: 21.0.6113669 It's quite simple to…
106
votes
28 answers

Failed to run sdkmanager --list with Java 9

I downloaded and installed: JDK (jdk-9.0.1_osx-x64_bin.dmg) from Oracle here Android SDK (sdk-tools-darwin-3859397.zip) from Google here. After configuring the PATH variable, I tried running sdkmanager, which replaced the android command for…
101
votes
11 answers

Is GUI for Android SDK manager gone?

I rarely do something for Android so I'm a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don't need Studio. Typically I download SDK that have UI tool to download its…
expert
  • 26,897
  • 27
  • 105
  • 198
70
votes
28 answers

Flutter does not find android sdk

I just tried intalling flutter and since I already had android studio and the android sdk installed I just followed the installation of flutter. Here is my problem: When I run flutter doctor It tells me [√] Flutter (Channel beta, v0.1.5, on…
Stein.
  • 947
  • 1
  • 6
  • 16
62
votes
3 answers

android what is the difference between Android Support Repository vs Android Support Library vs Google Repository vs Google Play Services

Can somebody explain me please what is the difference between Android Support Repository vs Android Support Library vs Google Repository vs Google Play Services? My understanding is that Google Repository is identical with Google Play Services just…
45
votes
3 answers

Android SDK Manager - Do you need to install all android platforms?

I just recently downloaded the Android SDK. Downloading all the packages in the SDK Manager will take way too much time. So I'm wondering whether I should deselect all the platforms except the latest one. Or do I need all the platforms? Thanks in…
Anay Karnik
  • 840
  • 1
  • 7
  • 15
42
votes
8 answers

Can't update \tools - Android SDK Command Line Tools for Windows

I have just downloaded the Android SDK Command Line tools for Windows (26.0.2). I am attempting to download selected SDK components using \tools\bin\sdkmanager.bat, as well as updating \tools. The installation fails with the following…
burntsugar
  • 54,120
  • 21
  • 51
  • 77
32
votes
3 answers

"sdkmanager: command not found" after installing Android SDK

I installed via apt-get install android-sdk. However, doing a find / -name sdkmanager reveals there is no such binary anywhere on the system. On my Mac, the binary exists in $ANDROID_HOME/tools/bin. However, on the Ubuntu system (the system with the…
Joncom
  • 1,465
  • 1
  • 14
  • 25
31
votes
16 answers

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder

When I try to run my Android project on Eclipse ADT, I see this in the Console: [2017-03-24 15:34:41 - Dex Loader] Failed to load C:\Users\jaimemontoya\android-sdks\build-tools\26.0.0-preview\lib\dx.jar [2017-03-24 15:34:41 - CouponClub] Unknown…
Jaime Montoya
  • 4,817
  • 4
  • 48
  • 75
29
votes
4 answers

What is the difference between Google APIs in Android SDK

Since android 5.0, Google added Google APIs. what is that exactly? And what is the difference between Google APIs intel atom_64 x86 system image and Google APIs intel atom x86 system image? I know that intel atom images is much faster, but there is…
humazed
  • 66,202
  • 30
  • 86
  • 124
27
votes
15 answers

Can't find SDK folder inside Android studio path, and SDK manager not opening

I have installed Android Studio for the millionth time but when i go to C:\Program Files\Android\Android Studio , i can't find any folder named "SDK" , can't find it any where on the computer either. Also, the SDK manager doesn't open, which i guess…
ahmed mostafa
  • 271
  • 1
  • 3
  • 3
26
votes
3 answers

clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

I'm building a substratum theme from https://github.com/substratum/template I'm getting the following errors on run: Build command failed. Error while executing process /home/anubhav/Android/Sdk/ndk-bundle/ndk-build with arguments…
Anubhav Das
  • 422
  • 1
  • 7
  • 12
26
votes
7 answers

Can't find Android Support Repository in SDK Manager

I am following this: https://developer.android.com/sdk/installing/adding-packages.html At step 2, I can't seem to find an option to download Android Support Repository in the Extras folder. In the extras folder, you can see there's no option to…
user3746541
1
2 3
27 28