android - Google Developer Console 错误地认为我的应用不是为平板电脑设计的

标签 android android-studio google-play tablet

这是我在开发人员控制台中收到的消息:

Your Production APK needs to meet the following criteria:

Your APK should include customised drawable assets for common tablet screen densities.

-在我的 list 中我有:

<supports-screens
    android:resizeable="true"
    android:smallScreens="true"
    android:normalScreens="true"
    android:largeScreens="true"
    android:xlargeScreens="true"
    android:anyDensity="true"/>

-在 /src/main/res 我有 mipmap-hdpixxxhdpi 文件夹,每个文件夹都包含一个启动器图标。

-我已根据商店要求上传了适当的平板电脑屏幕截图。

以上所有似乎都可以正常工作。那么,我错过了什么?

根据我通过搜索收集到的信息,可能是缺少可绘制内容导致我的 APK 错误地失败,但除了启动器图标外,我不需要任何其他内容。请问有人能告诉我如何模拟这个吗?我什至找不到文件夹结构的明确描述。

谢谢!

最佳答案

最终我放弃并填写了此表格以声明该应用程序适合平板电脑,如果您确定所有正确的框都已打勾,则进行人工审核。该应用程序在一天内获得批准,几天后 Google Play 商店中的“专为手机设计”标签消失了。没有就这个问题给出任何解释。

https://support.google.com/googleplay/android-developer/contact/tabletq

关于android - Google Developer Console 错误地认为我的应用不是为平板电脑设计的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42495238/

相关文章:

java - 下面的代码是什么意思?

安卓电池/使用统计

android - 如何将库项目添加到 android 项目?

Android Gradle 插件 4.2.0 R8 ArrayIndexOutOfBoundsException

java - 如何仅使用 Java 编程(即不使用 XML)创建 ImageButton?

android - 如何阅读 Rss 新闻图片 <media :thumbnail> in android

java - ListView中一行的展开动画

android - 您上传了一个可调试的 APK。出于安全原因,您需要先禁用调试,然后才能将其发布到 Google Play-Upload apk to google play

android - jarsigner - 只能指定一个别名 - IONIC

android - 使用 Google Play 上传 key 签署 APK