To get started with Android, you'll need to get familiar with Git and Repo.
To initialize your local repository using the YAAP-Extended trees, use a command like this:
repo init -u https://github.com/yaap-extended/manifest.git -b fifteen --git-lfsThen to sync up:
repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle -j$(nproc --all)The source at YAAP is well configured for building.
source build/envsetup.sh
lunch yaap_device-user && m yaap