Are you talking about the project.properties target version or the settargetversion in the manifest.
See if you set project.properties version , according to the requirements of the admob SDK, still your app will be available for lower versions.
In the settargetversion also if you set 7 as target version still it will be aavailable to higher versions bbut will target version 7.
So let us know which target version are you talking about.
sent from galaxy s3
Hello ,I have an app that targets android-7 is it possible to add admob to it without changing the target versionthanks--
Requirements
- Make sure you have the latest copy of the Android SDK and that you're compiling against at least Android
v3.2(settargetindefault.propertiestoandroid-13).
- The Google AdMob Ads SDK for Android requires a run-time of Android
1.5or later (setandroid:minSdkVersionto at least3in yourAndroidManifest.xml). This means you can develop with the latest version of the Android SDK and your app will still run on an earlier Android version (1.5minimum).