This chapter focuses on the process of building Android's underlying development environment, including the Android application development environment, the ANDROIDNDK development environment, and the cross-compilation environment.
1. Required Tools:
JDK6 or later
Eclipse3.4 or later
ADT and CDT
Android SDK Android NDK
Cross-compilation environment
Linux Kernel source code
Android Source code
Serial tool for debugging the Development Board: minicom
2. Steps to install the JDK:
JDK, set the PATH environment variable, open the profile file, save the profile file, and overload profiles.
3. Build an Android application development environment:
Install the Android SDK, install Eclipse, install ADT, configure ADT, create an AVD.
4. Install the Android NDK development environment:
Download Android NDK, install CDT, command-line compile Android NDK program, import Android NDK example, configure the Android NDK integrated development environment.
Welcome to visit my blog address http://home.cnblogs.com/u/haihaizhazha/
Android Deep explore HAL and drive Development Chapter II