11

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

createcode
  • 145
  • 1
  • 1
  • 9
  • 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 Answers2

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
  • Many thanks. I knew about them but did not know to use them. – createcode Dec 15 '16 at 18:33
  • No worries. Be sure to mark this question as answered if this answer helped you. – Michael Dodd Dec 16 '16 at 10:37
  • I didn't see the installation GUI. – Onur Baskirt Jan 23 '18 at 16:50
  • @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
6

You can download v24.4 installer like the good old day here. It will update itself to v25.x and everything works as expected.

Eric
  • 9,870
  • 14
  • 66
  • 102