Hi,

> the 'Failed to find an AVD compatible with target 'Android 1.5'.
> Launch aborted.' error.

Probably, because there isn't one.

> I have created the AVD with 'android create avd --target 1 --name
> myavd' command as instructed.
>
> After running the 'android list avd' command I noticed that an AVD
> with Android 1.1 is the only one available.

Well, yes, the one you created. If you want to see the available
*targets*, use

android list targets

But you still have to create an avd for that target to have one
available.

>I did create another
> project and used the Android 1.1 and everything seems to work. But the
> questions are: shall I change the AVD to 1.5? How? Why the default is
> 1.1?

You can either change the API level of your failing app to 1.1 in the
properties dialog of the project or use an appropriate avd which is
created by

android create avd --target 3 --name myavd-1.5

Peter

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to