you have this command for AVD
android create avd --name nome_do_avd --target 1
Directory Android SDK 1.5 > tools >

Terminal
for linux or MacOsx
Ex: ./android create avd --name avd11 --target 1 for Android SDK 1.1
      ./android create avd --name avd15 --target 2 for Android SDK 1.5

Cmd
for windows
Ex: android create avd --name avd11 --target 1 for Android SDK 1.1
      android create avd --name avd15 --target 2 for Android SDK 1.5

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to