Trying to clean my project of all warnings.  I have two left:

The first one is in the generated R.java; a bogus semicolon after the
stylable class.  Not much I can do about it.

The second one is in AndroidManifest.xml: "Attribute minSdkVersion (3)
is lower than the project target API level (8)"

I have:

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

and the project is built against Version 8.

What is this warning saying and what can I do to prevent it from
appearing?

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