19

How can I download android sdk package behind a server proxy?

hello_there_andy
  • 2,039
  • 2
  • 21
  • 51
Vervatovskis
  • 2,277
  • 5
  • 29
  • 46

5 Answers5

23

Select Option

Edit your Proxy Settings Appropriately be setting it as show  below

you can see the proxy setting from IE if you are using windows for linux it is different

royhowie
  • 11,075
  • 14
  • 50
  • 67
Fred Ondieki
  • 2,314
  • 25
  • 23
23

On Linux or OSX create or edit the ~/.android/androidtool.cfg file. Add the following settings with your proxy server details:

http.proxyHost=127.0.0.1
http.proxyPort=8080

After you've added the settings start <sdk root>/tools/android sdk

The SDK manager will ask for your proxy userId / password.

userM1433372
  • 5,345
  • 35
  • 38
5

The SDK downloader does have proxy settings. You can go to Tools > Options to find the settings with ubuntu.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Yusufk
  • 1,055
  • 2
  • 10
  • 15
1

If you start the SDK manager manually, rather than from Eclipse, there is a Settings menu which contains proxy options. See https://stackoverflow.com/a/2204065/385478

Community
  • 1
  • 1
Graham Borland
  • 60,055
  • 21
  • 138
  • 179
0

Installation of android SDK (on windows 7 with proxy authetication)

Steps: How to set proxy for android sdk manager?

Daniel Delgado
  • 4,813
  • 5
  • 40
  • 48