In this chapter we learn thatAndroidthe tools required for the underlying development are:JDK6or more of the version;Ec ' lipse3.4or more of the version;ADT(for developmentAndroidapplications);CDT (for DevelopmentAndroid NDKprogram);Android SDK;Android NDK;cross-compiling environment;Linuxkernel source code;Androidsource code; the Serial tool for debugging the Development Board:minicom. First, we want to installJDK, downloadJDKcompress the package later to unzip it and then open it with a command Profilefile to setPATHenvironment variables. Second, to buildAndroidApplication development environment, install firstAndroid SDK, will download the goodAndroid SDKfiles are copied toLinuxa directory in the file, and then from theLinuxThe terminal enters the file, extracts it and finds it after extracting it.Androidscript file, and execute the script file to install it. Re-installEclipse. Next Install againADT, installationADTIt is divided into online installation and offline installation. ADTis used to developAndroidof the applicationEclipseplugins. After the installation is in progress.ADTthe configuration. then establishAVD,in theAndroid SDKeach of theAndroidversion corresponds to aAVD, so in the runAndroidapplication, you must create aAVD. Re-installAndroid NDKdevelopment environment, one: DownloadANDROIDNDK; II: InstallationCDT;Three: Command-line compilationAndroid NDKprocedure; IV: ImportAndroid NDKThe example of five: ConfigurationAndroid NDKintegrated development environment to complete the installation. Install the cross-compilation environment before you learn about the installation. Through this chapter of learning. For us to carry outAndroidDrive development to lay a good foundation, let us learn how these environments installed, but also need to practice many times, is more skilled.
Build an Android development environment