To get started with ProjectX, you'll need to get familiar with Git and Repo.
You will need to set up some directories in your build environment.
-
To create them run:
mkdir -p ~/bin mkdir -p ~/px
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
cd ~/px
repo init -u git://github.com/ProjectX-Android/manifest.git -b lollipop-5.1
build commands comming soon