Article 1 The first Android Application created through Eclipse in a Windows environment (detailed steps ),
Article 1 The first Android Application created in windows
For convenience, I only use one package for demonstration.
1. Download the android integrated package.
Download from the official website: Android official website (usually wall-mounted)
Network Disk download: http://yunpan.cn/cuH7YUqeBRHXK access password f258
Decompressed Directory: contains the sdk and Eclipse.
2. Start Eclipse and create an Android project.
1. Enter the environment interface.
2. Disable the welcome page.
3. Create an android project.
4. Enter the application name, project name, and package name.
5. Change the default package name to your own package name.
6. Select next until this step is completed. If you do not need to change the name, follow the default name.
7. directory structure of the android project.
3. Create an android VM. AVD simulator.
1. Click the android icon to start the android simulator and go to the interface.
2. select one of the devices and click Create AVD.
3. Effect of successful creation.
4. Start the simulator.
5. The effect after startup is as follows.
4. Deploy the Android Application to the simulator for testing.
1. Run the Android Application for deployment.
2. Select log console.
3. Log console.
4. the first application we created.
5. The creation is complete.