Summary of Android Development Environment
1. Eclipse is a Java application and requires a Java Runtime Environment (JRE)
2. JRE: Java application program running environment, JDK: Java application development environment, including the tools and libraries required for developing Java applications, including JRE
3. android SDK: android Application Development Environment, Java application.
4. to use Eclipse for android Application Development, you need to install the adt plug-in for Eclipse, so that Eclipse can establish a connection with the android sdk, and start the android simulator in Eclipse for program debugging. After installing the plug-in, some simple configurations are required:
1. In Eclipse, select Window> Preference;
2. Select the Android item from the menu on the left;
3. Set the SDK Location and Click Browse to select the SDK installation root directory;
4. OK, complete