Build an Android development environment
***************************
The tools you need:
Jdk
Eclipse
ADT (for developing Android apps)
CDT (for developing ANDROIDNDK programs)
Androidsdk
Androidndk
Cross-compilation environment
Linux Kernel source code
Android Source code
Serial tool for debugging the Development Board: minicom
//////////////////////////////////////////
Steps:
1. Installing the JDK
1. Download and unzip the JDK's compression pack
2. Enter the # gedit/etc/profile command on the Linux terminal
To set the PATH environment variable by opening the profile file
(at the end of the document, enter export path=.:/ Developer/jdk6/bin: $PATH)
2. Build an Android application development environment
1. Installing ANDROIDSDK
2. Install Eclipse
3. Installing ADT
4. Configuring ADT
3. Installing the ANDROIDNDK development environment
4. Install the Cross-compilation environment (can download the integrated cross-compilation environment can also be made yourself)
Build an Android development environment