neeraj
neeraj

Reputation: 480

android admob usage

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?

Upvotes: 0

Views: 184

Answers (2)

Matthias Bauch
Matthias Bauch

Reputation: 90127

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.

Upvotes: 0

Flynn
Flynn

Reputation: 6211

No, The warning is not a reason to have the app rejected. It is simply a warning that your app may not work on earlier versions of android because of the higher build target.

Upvotes: 1

Related Questions