An Android project space can create one or more AVD to test the specified Android project, and if you create only one AVD, the AVD will naturally start when you run the Android project. But if you create multiple AVD, how do we specify the specific AVD to test for Android projects?
1, in order to better illustrate the problem, here created two avd, they were called 01AVD and 02AVD, such as:
2. Create a new Android project called Helloword, as shown in:
3, mouse Select the new Android project, right mouse-click the mouse to the "Run as" menu, select "Run configurations ...", such as:
4, mouse click "Run configurations ..." entry, appears:
5. Select and click on the "Target" tab to appear:
6. Select the AVD that specifies the test Android project in the location where the red circle is set, such as:
7. Click the "Run" button and the Android project will run with the specified AVD!
Specify a specific AVD to test when running an Android project