Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use tor on Android SDK Manager

Tags:

android

sdk

tor

I wanted to use Android SDK Manager on Windows 8.1 but due to sanctions on Iran I can't use it properly. So I need tor for that but in its Proxy settings, it only have HTTP but Tor use socks5. Have can I use Android SDK Manager without limit?

like image 290
Vesal Dastgheib Avatar asked Mar 13 '16 06:03

Vesal Dastgheib


People also ask

Is Tor illegal?

Just using Tor to browse the Internet is not illegal. The download is free, and hiding your IP address and browsing history is not, in and of itself, illegal. However, many of those that use Tor use it specifically for anonymity because they are doing something illegal.

Is it safe to use Tor Browser on Android?

Our Verdict. When handled with caution, the Tor Browser is safe and legal to use on desktop and Android devices in most countries. Tor provides more anonymity than a regular web browser by passing your web traffic through three layers of encryption.

Can I use Tor Browser without orbot?

through the Tor network; a version of Orbot is also inside of the Tor Browser for Android, and is what enables it to connect to the Tor network. That version, however, does not enable you to send other apps outside of the Tor Browser for Android through it.


1 Answers

In cmd:

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

or in Android Studio: File->Settings->Appearance & Behaviour/System Settings/HTTP Proxy - Manual proxy configuration: SOCKS...

like image 107
ivan866 Avatar answered Nov 15 '22 03:11

ivan866