Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
267 views
in Technique[技术] by (71.8m points)

android - Google Play - wrong minimum API detected

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" />
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...