2

I met some problem (I have to use socks proxy but only http proxy is used by the sdk manager) when downloading the sdk through "Android sdk manager". So i am wondering if it is possible to download the sdk manually from somewhere and then put them back in the sdk directory.

Charles
  • 50,943
  • 13
  • 104
  • 142
pierrotlefou
  • 39,805
  • 37
  • 135
  • 175
  • http://developer.android.com/sdk/index.html – Phil Nov 02 '12 at 02:43
  • @phil:it download the sdk manager only. – pierrotlefou Nov 02 '12 at 02:51
  • Possible [duplicated](http://stackoverflow.com/q/2459873/1050058) and [here](http://stackoverflow.com/q/2766713/1050058) – Trung Nguyen Nov 02 '12 at 03:35
  • 1
    I meet same problem. Android SDK manager doesn't support socks proxy, but JVM support proxy. Edit $(SDK)/tools/android, go to last line. put '-DsocksProxyHost=... -DsocksProxyPort= ... ' in exec command, JVM will download stuffs from the socks proxy. it works for me – Qing Xu Sep 19 '14 at 08:27

1 Answers1

5

This website provides links for individual APIs and other tools that should help you:

http://www.hariadi.org/android/manual-download-of-android-sdk-components/

Sam
  • 86,580
  • 20
  • 181
  • 179