我的Andr​​oid应用程序不兼容的显示为Android 4.4.4摩托E在Play商店

问题描述:

我的Andr​​oid应用程序不兼容的显示为Android 4.4.4摩托E的谷歌Play商店

My android application is showing Incompatible for Android 4.4.4 Moto E in Google play store,

我尝试过很多办法,我怎么解决这个问题。能否请您帮助我。

I tried many ways, How do i resolve this issue. Can you please help me out.

在此先感谢

如果你使用谷歌地图,然后支持摩托è您已删除

if your Using Google-Maps , then for supporting Moto E you have remove

 <uses-feature
    android:glEsVersion="0x00020000"
    android:required="true"/>

清单文件..

摩托E不支持OpenGL ES版本2我想..我有以上code我删除了同样的问题,那么它开始支持..

Moto E not supporting OpenGL ES version 2 i think .. i had the same problem i removed above code then it started supporting..

或简单的变化的android:要求=假

这类型的可能会发生问题基础上,应用权限,你可能会使用一些权限其中该设备为不支持不可用设备

This type of problems can occur based on the App Permissions, you might be using Some Permissions which that device is Not Supporting or Not Available on that Device.

假设,如果你的应用支持为,那么您的应用程序不应使用 PHONE 权限在你的应用程序,如果你使用 PHONE权限平板电脑,然后你的应用程序将不兼容对这类不具有 PHONE 功能..

Suppose if your App is supporting for Tablets, then your app should not use PHONE Permissions in your App, if you use PHONE Permissions for tablets then your app will be Incompatible for such kind of Tablets which don't have PHONE Feature..

希望这个信息帮助您在今后的..

Hope this info Helps you in future..