Sunday, May 17, 2009

How to Fix "Failed to find an AVD compatible with target" on Android

"Failed to find an AVD compatible with target"
cd ANDROID_HOME/tools/
android create avd -n android1.1 -t 1
android create avd -n android1.5 -t 2
android create avd -n goolgeapi -t 3

1 comment:

  1. [2011-10-31 02:28:50 - abadie_joris1] Still no compatible AVDs with target 'Android 4.0': Aborting launch.
    [2011-10-31 02:28:50 - abadie_joris1] Performing abadie.joris.Abadie_joris1Activity activity launch
    [2011-10-31 02:28:56 - abadie_joris1] Launch canceled!

    For ubuntu I'm not sure

    ReplyDelete