The new user compiles Android2.3.4 _ r1. The specific steps will be supplemented later: 1. Download The Ubuntu11.04 CD image without a burner. Therefore, use the wubi installation method and install it on the D Drive. 2. Install jdk, go to java official website to download jdk-6u26-linux-i5865.bin, do not bring rpm .. Because ubuntu11.4 own without rpm install 3. sudomvjdk-6u26-linux-i586.bin/us
The new user compiles Android 2.3.4 _ r1. The specific steps will be added later:
1. Download the CD-ROM image of Ubuntu 11.04 without a burner, so you can directly install it on the D Drive Using the wubi installation method.
2. Install jdk, go to java official website to download jdk-6u26-linux-i5865.bin, do not bring rpm .. Because ubuntu11.4 own without rpm Installation
3. sudo mv jdk-6u26-linux-i586.bin/usr/local
4. cd/usr/local
5. sudo./jdk-6u26-linux-i586.bin
7. If you want to edit/etc/profile, but Ubuntu 11.04 does not contain vim, and vi is not used, search for vim in the software manager and select download and install with many comments.
8. Set JAVA environment variables in sudo vim/etc/profile
9. Ubuntu 11.04 comes with curl, so you can directly use curl to obtain the repo.
10. Add the repo to your environment variables.
11. Download Code
12. in progress ....