/AndroidSource

android development environment

Primary LanguageShell

android source

dependencies

Linux

proxychains virtualenv

libtinfo gperf

Windows

MacOS

brew install gpg

download android source

Linux

use proxychains to solve proxy problem, please run as:

proxychains make download-linux

Windows

use cntlm to solve proxy problem, please run in Git Bash:

http_proxy=http://127.0.0.1:3128 https_proxy=http://127.0.0.1:3128 make download-windows

MacOS

use v2ray and polipo to solve proxy problem. set http proxy at http://127.0.0.1:9050

http_proxy=http://127.0.0.1:9050 https_proxy=http://127.0.0.1:9050 make download-linux