Excerpted from http://jingyan.baidu.com/article/15622f24707710fdfdbea553.html
This article will tell you how to debug a simulation app with Android Virtual Device (AVD), and if you're a beginner Android developer and you don't have an Android smartphone on your side, be patient with this article, Believe in your Android learning path will be able to provide a lot of help.
Tools/Materials
Eclipse + Android SDK
A PC pc
Method/Step 1
Set up a virtual machine
First, according to the test simulation needs to configure a virtual machine, as shown, after opening the Eclipse software, click on Android virtual Machine Manager in the main interface, the VM management interface, click the New button to eject the virtual machine parameter configuration interface, Select the appropriate virtual machine parameters such as screen size, resolution, memory RAM, SD card size, etc., after you click OK to close the Virtual Machine Management page.
Build Android Project
Refer to the previous article I wrote:Android Development HelloWorld demo , set up default parameters for Android engineering, when doing simulation, make sure you build the project without errors.
Run simulation
As shown in, click on the project HelloWorld, and then click on the interface of the Run button, the system will start the virtual machine, at the beginning of the virtual machine interface as follows, after a period of time, will run the HelloWorld program, run the display as follows:
END
Precautions
Before the simulation test, we must ensure that the project has been established correctly.
Virtual machine set up a series of internal operations, it takes a long time, small proposal, after the establishment of a virtual machine do not shut down the virtual machine interface, directly switch the use of the project, you can simulate the different app!
Quick grasp of the Android virtual machine (AVD) method