这个应用程式与您的装置不相容 [英] This app isn't compatible with your device

查看:94
本文介绍了这个应用程式与您的装置不相容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用

    minSdkVersion 11
    targetSdkVersion 23
    versionCode 2
    versionName "1.1"
    compileSdkVersion 23
    buildToolsVersion "23.0.0"

,该应用程序将安装在micromax,motoe,motog等设备上,并具有4.1、4.2、5.0、6.0等不同版本.
但是当我尝试使用带有kitkat版本的华硕手机时,它显示此应用与您的手机不兼容.

and the app is installed on devices like micromax, motoe, motog, with different versions like 4.1, 4.2, 5.0, 6.0.
But when I tried with Asus phone with kitkat version, it shows This app is not compatible with your phone.

我不知道实际发生了什么.
谁能告诉我我错了?

I don't understand what actually is going on.
Can anyone show me I am wrong?

推荐答案

华硕手机是什么?

您的AndroidManifest.xml可能需要的是该特定手机上不存在的某种硬件,例如蓝牙,nfc,电话,wifi等.

Your AndroidManifest.xml might be demanding a certain piece of hardware that is not present on that particular phone like bluetooth, nfc, telephony, wifi, etc.

<uses-feature android:name="android.hardware.bluetooth" android:required="true" />
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />

这篇关于这个应用程式与您的装置不相容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆