Google Play is showing wrong API level

放肆的年华 提交于 2019-12-08 08:30:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!