Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Play - wrong minimum API detected

Tags:

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" /> 
like image 249
XorOrNor Avatar asked May 21 '13 09:05

XorOrNor


People also ask

Why does Google Play keep saying something is wrong?

How to Resolve “Something Went Wrong Try Again” Error in Google Play Store. If Google Play opens but you can't download the apps, basic troubleshooting dictates that you check your Wi-Fi/mobile data, phone storage space, and any pending Android updates.

What is the minimum API level that the Android application supports?

Starting November 1, 2022 if your app doesn't target API level 30 or above, new users with newer Android OS versions won't be able to discover or install your app on Google Play. You can request an extension if you need more time to update your app.

Why is Google not accepting my debit card?

Check your account to make sure you have enough to complete the purchase. Your card may have specific restrictions which cause the transaction to be declined. Contact the institution that issued your card to ask about the transaction and see if they know the reason for the decline.


1 Answers

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.

like image 107
Alex Lipov Avatar answered Sep 23 '22 05:09

Alex Lipov