android - Google Play - wrong minimum API detected -


i've uploaded apk google play console. problem on app site on google play requires android field wrong. shows 1.6 while i've set in manifest file 2.3. suppose users lower apis can download app , bad experience crash. whats wrong?

fragment of manifest.xml:

 <uses-sdk  android:minsdkversion="9"  android:targetsdkversion="17" /> 

this issue still persists (as of december 2013), in beta , alpha tracks. correct "requires android" version displayed promote application production.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -