First of all, to successfully create an Android virtual machine in the eclipse environment, there are three things to do, first is eclipse, the second is Android SDK Manager, and the third is ADT, an Android virtual machine plugin in the eclipse environment.
How to install ADT under Eclipse, modify environment variables, here is not elaborate, there are many tutorials on the web, here is a link to install ADT: http://jingyan.baidu.com/article/b0b63dbfa9e0a74a4830701e.html.
The main point is to build the development environment encountered problems:
1: Launch Eclipse popup prompt after installation:SDK Platform Tools component is missing! "
The problem is that the ADT plugin and Android SDK tools versions should not cause the solution to be two, first click on the Android SDK Manager icon in Eclipse:
Open Android SDK Manager: You can see the tools column that you can upgrade, which shows the version you have installed and the version you can upgrade.
2: Note: If your Android SDK manager may be because of the wall for reasons connected to the Internet, mainly because the HTTPS protocol was blocked, at this time can be connected to the site to modify the mirror site, here is a how to modify the link:
Http://jingyan.baidu.com/article/c843ea0b989e1677931e4af3.html
After the modification, you should be able to see the Internet and many versions of the Android platform, such as:
After the version issue was resolved, we started to create an Android virtual Devices (AVD): Click on the icon below:
Pop-Up dialog box, click Create:
3: Complete the above various configurations, after your configuration is completed it is likely that your OK button is still gray, can not be created at all, and your Cpu/abi column prompt no corresponding target, this is because your corresponding processor system image has not been downloaded, the solution is to open again android SDK Manager, you can see each version of the Android version, click Download corresponding to your version of the system image:
After the download is complete, it will be installed automatically and then the virtual machine will be created to see that the OK button is not grayed out.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Unable to create Android virtual Devices (AVD) Problem resolution rollup in Eclipse environment