Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

download Android SDK components without the Android SDK manager

Tags:

android

is posible download Android SDK components without the Android SDK manager? in windows xp

like image 376
stephanus Avatar asked Mar 17 '10 04:03

stephanus


1 Answers

Yes, it's possible. Have a look at the contents of https://dl-ssl.google.com/android/repository/repository.xml

And then you can fetch, for example, https://dl-ssl.google.com/android/repository/android-2.1_r01-windows.zip directly.

like image 83
akent Avatar answered Sep 21 '22 23:09

akent