Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool to check supported devices before uploading to Google Play?

When you upload you apk to Google Play, you get a list of devices that are supported or not.

Is there a tool which would allow me to investigate which features will make specific devices incompatible other than disabling features one by one and uploading to check for changes in the supported list?

like image 866
davis Avatar asked Feb 24 '15 18:02

davis


People also ask

What devices are supported for Google Play Instant?

Google Play Instant enables native apps and games to launch on devices running Android 5.0 (API level 21) or higher without being installed. You can build these types of experiences, called instant apps and instant games, using Android Studio.


1 Answers

I hope it will help you, using this command you can see support screens, permissions, version etc Run this command in cmd:

aapt dump badging myapp.apk

like image 140
kulvinder Avatar answered Sep 29 '22 00:09

kulvinder