Skip to content

soleil0-0/AndroidSource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

android development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published