[AOSP] Initiate Development
Day 0
DONE:
- Copy AOSP repository from other server to Eternal Drive.
Day 1
DONE:
- Prepare a Computer.
- Intel C2D
- 2 GB DDR2
- 160 GB HDD
- Installing Ubuntu 12.04 64 bit
- Setup Environment for AOSP Development.
- Install JDK6
- Install a lot of packages
- setup ccache
- setup USB access
- Copy AOSP repository from External Drive.
- SYNC repository to WORKING_DIRECTORY.
- Create folder "master"
- initiate repository in master
- sync master to mirror. It's a long long process.
- Build Source
- $ source build/envsetup.sh
- $ lunch aosp_arm-eng
- $ make -j4
- Run emulator
No comments:
Post a Comment