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