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.
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.