如何解决在Playstore中说“为手机设计”的问题

时间:2017-07-03 10:45:25

标签: android google-play android-manifest tablet

我特别为平板电脑设计。如何避免这种情况。

我的支持代码

的代码段
 <supports-screens
        android:anyDensity="true"
        android:largeScreens="true"
        android:normalScreens="false"
        android:requiresSmallestWidthDp="600"
        android:smallScreens="false"
        android:xlargeScreens="true" />

在Playstore中我给了截屏7&amp; 10英寸的平板电脑。

如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

您是否遵循平板电脑的设计,然后使用xml文件夹layout-large作为内部res文件夹,然后应该避免为手机设计。

我已经申请设计平板电脑来播放这篇文章https://support.google.com/googleplay/android-developer/contact/tabletq

我来自here

还有使用ldpi,xhdpi,xxhdpi使用的其他信息和其他信息,然后需要在Play商店中获取优化提示。

用户获取-----&gt;来自详细信息的优化提示获取您的应用。