【安卓学习之常见问题】 Google Play问题-Android 4.4.4平板电脑不能安装 -- (Your device isn‘t compatible with this version)
█ 【安卓學(xué)習(xí)之常見問題】 Google Play問題-Android 4.4.4平板電腦不能安裝 – (Your device isn’t compatible with this version)
█ 問題:
● 客戶反應(yīng)在平板電腦(android 4.4.4)上,安裝不了app
● 找了臺平板電腦(android 4.4.4),安裝正常,運行正常
● 客戶又測試一次,還是如此:(Your device isn’t compatible with this version)
█ 解決:
● 1.核對下app的AndroidManifest.xml文件的安裝限制:
<uses-sdk android:minSdkVersion="11"android:targetSdkVersion="21" />PS:編譯環(huán)境是Android 5.0,安裝最低版本是Android 3.0.x,沒問題
● 2.APP直接安裝可以,APP從Google Play平臺上面下載不了,
PS:問題是,APP和Google Play平臺之間的問題,而平臺上面也沒有限制只能手機才可以安裝!
● 3.百度 關(guān)鍵字 【Your device isn’t compatible with this version】
● 4.大概問題就是 Google Play平臺會通過會對【AndroidManifest.xml】文件聲明的硬件權(quán)限,來判斷設(shè)備是否包含該硬件,從而過濾掉不能安裝的設(shè)備,比如平板電腦不支持手機卡,那么就提示"Your device isn’t compatible with this version"。
● 5.將通過< uses-permission … />聲明的的權(quán)限,再次通過< uses-feature … android:required=“false”/>聲明一次,表示該權(quán)限不是必須的即可!具體每個權(quán)限permission對應(yīng)的feature,要從【Android Developers】中去找,參考【相關(guān)資料 3 Google Play 和根據(jù)功能進行過濾】和【相關(guān)資料 4 功能參考資料】
█ 總結(jié):
●
█ 相關(guān)資料:
● 1.2015-11-16 Android api level對照表 - liken的專欄 - CSDN博客
● 2.2016-10-03 解決GooglePlayStore提示您的設(shè)備與此版本不兼容(Your device isn’t compatible with this version) - DreamCarMustang - CSDN博客
● 3.Android Developers - - Google Play 和根據(jù)功能進行過濾
通過指定您的應(yīng)用要求的功能,可以讓 Google Play 只向設(shè)備符合應(yīng)用功能要求的用戶而不是所有用戶提供您的應(yīng)用。
● 4.Android Developers - - 功能參考資料 - 隱含功能要求的權(quán)限
轉(zhuǎn)載請注明出處:
http://blog.csdn.net/ljb568838953/article/details/80289031
總結(jié)
以上是生活随笔為你收集整理的【安卓学习之常见问题】 Google Play问题-Android 4.4.4平板电脑不能安装 -- (Your device isn‘t compatible with this version)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java aspectj_AspectJ
- 下一篇: 2020-Android-大厂面试(五)