I am trying to make android program with android sdk version 3.0, but I have some errors.
“minSdkVersion(7) is lower than the project target API level(11)”.
what is the reason is this?
I am trying to make android program with android sdk version 3.0, but I
Share
There is a tag in your
androidmanifest.xml, likeIt describes which Android version is needed at minimum to run your application
If you want your application to run on Honeycomb (and nothing below like 2.x) correct the number to
11