Is there any possibility to download Android sdk standalone installer - with SDK Manager - without Android Studio. I need it for to develop apps outside Android Studio.Thanks
Asked
Active
Viewed 4.1k times
11
-
Yes, it is possible. Try something like http://www.techspot.com/downloads/5425-android-sdk.html or follow an eclipse tutorial. – André Alves Dec 15 '16 at 17:23
2 Answers
24
Go to the Android SDK tools download page - "Get just the command line tools". Download, unzip, and run bin/sdkmanager
to download whatever platform(s) you need.
For more details see also

Mauricio Gracia Gutierrez
- 10,288
- 6
- 68
- 99

Michael Dodd
- 10,102
- 12
- 51
- 64
-
-
No worries. Be sure to mark this question as answered if this answer helped you. – Michael Dodd Dec 16 '16 at 10:37
-
-
@OnurBaskirt What error (if any) are you getting when you run `sdkmanager`? – Michael Dodd Jan 23 '18 at 17:28
-
@OnurBaskirt As I suspected in your original comment, you missed the point of the question when you downvoted. OP was **not** looking for a full install of Android Studio (which is what you're detailing in your article), OP was only looking for the **SDK tools**, which **does not** have an installation GUI. – Michael Dodd Feb 02 '18 at 11:35
-
Yes Michael, you are right. I could not be successful to use the tools via cmd and gave up. For former releases I used them. I have also one more article on this usage. But this time, I will go with the full installation. – Onur Baskirt Feb 02 '18 at 11:39