0

I have in my manifest:

<uses-sdk android:minSdkVersion="8" 
                android:targetSdkVersion="13"/>

I want to allow 2.2 to run my app but i have to have targetsdkversion 13 for admob to work. But eclipse is saying: " Attribute minSdkVersion (8) is lower than the project target API level (13)" and wont even show the avd's for anything below 3.2... but that didn't happen until just a little while ago. I didnt change anything there. whats happening? i've tried to clean it but that didnt help.

bwoogie
  • 4,339
  • 12
  • 39
  • 72
  • I used to see the warning in the older version of eclipse and the ADT, but since moving to Indigo and the newer android plug in I no longer get that, it was just annoying. The second part sounds weird, so are you saying that you no longer can see any build targets when you right click on properties then select android? – Idistic May 11 '12 at 04:05
  • That's happened to me too sometimes, but if you start your <3.2 emulator from the AVD Manager itself and then try to run your app you should be able to select it. – alexc May 11 '12 at 05:39
  • @Idistic create an answer, that fixed it. – bwoogie May 12 '12 at 00:35
  • Done, glad it was that simple! – Idistic May 14 '12 at 15:05

2 Answers2

1

It's just be a warning. If you run your app, it should run on any devices from SDK version 8 to 13. Are you not able to generate the apks, and run it?

Kumar Bibek
  • 9,016
  • 2
  • 39
  • 68
  • I can run them but the devices <3.2 stopped showing up. I'll update eclipse and see what happens. Im running helios. – bwoogie May 11 '12 at 12:18
0

I used to see the warning in the older version of eclipse and the ADT, but since moving to Indigo and the newer android plug in I no longer get that, it was just annoying but did not cause any other issues.

Idistic
  • 6,281
  • 2
  • 28
  • 38