Google Play - wrong minimum API detected

2019-01-22 19:40发布

问题:

I've just uploaded my apk to the Google Play console. The problem is that on the app site on Google Play REQUIRES ANDROID field is wrong. It shows 1.6 while I've set it in the Manifest file to 2.3. So I suppose now users with lower APIs can download my app and get bad experience as it will crash. Whats wrong?

fragment of the Manifest.xml:

 <uses-sdk
 android:minSdkVersion="9"
 android:targetSdkVersion="17" />

回答1:

This issue still persists (as of December 2013), but only in Beta and Alpha tracks. The correct "Requires Android" version will be displayed as soon as you promote your application to Production.



回答2:

This was a Google Play issue and it has gone itself after few hours being published. I'm just wondering if users with android lower than 2.3 could download my app then.