问题
After uploading my APK in Google Play it shows in APK details :
API levels : 14-17
and publicly showing "4.0 and up" in play store.
Although my previous version has API levels 14+ but i changed my app and set following minSDK and targetSDK:
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="12"
android:maxSdkVersion="17"/>
But after uploading new APK GOOGLE PLAY is showing wrong API level. It shows "API levels : 14-17". I am tired about this fact. Why not it shows 11-17 and publicly "3.0 and up".
Would anybody knows the real fact ?
来源:https://stackoverflow.com/questions/17501745/google-play-is-showing-wrong-api-level