December 16th, 2011, 09:34 AM
|
#2 (permalink)
|
|
New Member
Join Date: Oct 2011
Posts: 11
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Sorry, but just to check have you done the following?
To create an AVD:
In Eclipse, select Window > Android SDK and AVD Manager.
Select Virtual Devices in the left panel.
Click New....
The Create New AVD dialog appears.
Type the name of the AVD, such as "my_avd".
Choose a target.
The target is the platform (that is, the version of the Android SDK, such as 2.3.3) you want to run on the emulator. For this tutorial, choose the latest platform that you have installed and ignore the rest of the fields.
Click Create AVD.
|
|
|