How to use tor in Android SDK Manager

I wanted to use the Android SDK Manager on Windows 8.1, but due to sanctions against Iran, I cannot use it properly. So what I need for this, but in the proxy settings it only has HTTP, but Tor uses socks5. Can I use the Android SDK Manager without restrictions?

+4
source share
4 answers

Use Tor browser. when your browser browser is connected:

1.Open the menu → Select options → Advanced → Network → Connection setup

then you will see the name and port of Tor socks.

2. Mine-sock Host : Ipfor example127.0.0.1:9150

leave browser open

4.Go Android Studio → → → → HTTP-

5. " "

6. Tor Host

7.OK!!!

Android- HTTP, .

SDK Gradle:)

+1

Tor Socks4a, Socks5. , , Socks4a. , Socket apache httpComponents. .

0

cmd:

sdkmanager.bat --proxy=socks --proxy_host=127.0.0.1 --proxy_port=9050 "platforms;android-25"  

Android Studio: - > - > / /HTTP- - -: SOCKS...

0

I had the same problem. Follow these steps:

  • do not change the setting of the Android studio proxy server (do not use a proxy)
  • launch browser browser
  • in the terminal use this command:

    $ torsocks -P 9150 / YOUR PATH / studio.sh

he works with the bot too slowly

0
source

All Articles