I have made an app for android and have kept the minimum sdk version as 7. But to integrate admob, the minimum sdk version required is 13. I read in one of the questions that to fix this, we can change the target in project.properties to 13 i.e. target=android-13 but this gives a warning Attribute minSdkVersion (7) is lower than the project target API level (13). Could this warning be a reason for the app to be rejected?
I have made an app for android and have kept the minimum sdk version
Share
I have an app with exactly those settings and that warning in the Android Market. And as far as I know (and see from the amount of 5 star ratings) it doesn’t cause any problems.