[android-developers] Re: Android 1.1 virtual devices don't show up as run targets

2009-06-10 Thread mp6800
Is the project build target set to 1.1 as well? (Project -> Properties -> Android -> Project Build Target). If it's set to 1.5, you won't see 1.1 virtual devices in the run target list, even if minSdkVersion is set to "2" in the project. On Jun 10, 10:47 am, Matthias wrote: > Hi, > > even when

[android-developers] Re: Android 1.1 virtual devices don't show up as run targets

2009-06-10 Thread matthias
I just received a reply via email; the answer is: It's not sufficient to set minSdkVersion to 2, one must also go to project --> settings --> build target and select 1.1 there. That doesn't really help though, because now the resource compiler breaks on any imeOptions attributes, even though thos

[android-developers] Re: Android 1.1 virtual devices don't show up as run targets

2009-06-10 Thread matthias
Hi, On Jun 10, 5:12 pm, arnouf wrote: > Add a new AVD, when you're launching the Run configuration, on Target > click on AVD Manager button. You can create a new AVD file > automatically. well, that's what I did to create the 1.1 AVDs. (also created one using the command line tools, no differen

[android-developers] Re: Android 1.1 virtual devices don't show up as run targets

2009-06-10 Thread arnouf
Add a new AVD, when you're launching the Run configuration, on Target click on AVD Manager button. You can create a new AVD file automatically. If it's not visible, try to stop and restart your Eclipse tool. Regards On Jun 10, 4:47 pm, Matthias wrote: > Hi, > > even when setting minSdkVersion