这个应用程式与您的装置不相容

编程入门 行业动态 更新时间:2024-10-14 04:30:22
本文介绍了这个应用程式与您的装置不相容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我用

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" />

更多推荐

这个应用程式与您的装置不相容

本文发布于:2023-11-17 02:42:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1608512.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:您的   程式   装置   不相容

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!