Re: [android-developers] Fixing warning in the project

2010-08-12 Thread TreKing
On Thu, Aug 12, 2010 at 6:00 PM, Zsolt Vasvari wrote: > The second one is in AndroidManifest.xml: "Attribute minSdkVersion (3) is > lower than the project target API level (8)" Yes! Thank you for bringing this up. It drives me crazy as it's the only warning I have and there's nothing to do abou

Re: [android-developers] Fixing warning in the project

2010-08-12 Thread Mark Murphy
On Thu, Aug 12, 2010 at 7:00 PM, Zsolt Vasvari wrote: > The second one is in AndroidManifest.xml: "Attribute minSdkVersion (3) > is lower than the project target API level (8)" > > I have: > > > > and the project is built against Version 8. > > What is this warning saying and what can I do to pre

[android-developers] Fixing warning in the project

2010-08-12 Thread Zsolt Vasvari
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)"