Creating an AVD [android create avd -n -t [- ] ... ] android create avd -n avd1.6 -t 3 [android list targets] Available Android targets: id:1 Name: Android 1.1 Type: platform API level: 2 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P id:2 Name: Android 1.5 Type: platform API level: 3 Skins: HVGA (default), HVGA-L, HVGA-P, QVGA-L, QVGA-P id:3 Name: Google APIs Type: add-on Vendor: Google Inc. Description: Android + Google APIs Based on Android 1.5 (API level 3) Libraries: * com.google.android.maps (maps.jar) API for Google Maps Skins: HVGA (default), HVGA-L, QVGA-P, HVGA-P, QVGA-L Deleting an AVD You can use the android tool to delete an AVD. Here is the command usage: [android delete avd -n ] android delete avd -n avd1.6 http://developer.android.com/guide/developing/tools/avd.html