Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 532 Bytes

README.mkdn

File metadata and controls

17 lines (14 loc) · 532 Bytes

droid-ng

Getting started

To get started with Android/droid-ng, you'll need to get familiar with Repo and Version Control with Git.

To initialize your local repository using the droid-ng trees, use a command like this:

repo init -u https://github.com/droid-ng/android -b ng-v4 --git-lfs

Then to sync up:

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags