【问题标题】:Google play error on tablet, your device not compatible with this version平板电脑上的 Google 播放错误,您的设备与此版本不兼容
【发布时间】:2015-04-01 12:07:42
【问题描述】:

在平板电脑上,我在 google play 商店中的应用程序显示错误,您的设备与此版本不兼容。经过研究,我发现在Manifest中包含了元素。

 <supports-screens android:largeScreens="true" /> 
 <supports-screens android:xlargeScreens="true" />

是否有必要在 Manifest 中包含这些元素?

当我手动安装 .apk 时,我的应用程序工作正常,我已经针对不同的屏幕尺寸优化了 ui,但问题是当我尝试通过 google play store 下载应用程序时,google play store 显示错误,设备与此版本不兼容。

【问题讨论】:

    标签: android google-play


    【解决方案1】:

    没必要,我在 Play 商店 Check this link 上有一个应用程序。我没有包含这些行,但我的应用程序仍然可以在平板电脑中运行。当然,我已经为每个支持屏幕制作了文件夹和值,比如这张图片。检查下图。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-06
      • 1970-01-01
      • 2018-07-30
      • 1970-01-01
      相关资源
      最近更新 更多