如何解决在 playstore 中说 "designed for phones"
How to solve saying "designed for phones" in playstore
我特别为 tablet.How 设计来避免这种情况。
我的支持标签的代码片段
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />
在 playstore 我给了 7 和 10 英寸平板电脑的屏幕截图。
如何解决???
您是否遵循平板电脑的设计然后使用 xml 文件夹布局 - 大如 res 文件夹内然后应避免手机设计。
这篇文章我正在申请设计平板电脑玩游戏机的应用程序https://support.google.com/googleplay/android-developer/contact/tabletq。
我从here
还有你使用 ldpi、xhdpi、xxhdpi 使用的 drawble 以及其他信息,然后需要从 Play 商店获取优化提示。
用户获取----->来自详细信息的优化提示获取您的应用。
我特别为 tablet.How 设计来避免这种情况。
我的支持标签的代码片段
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />
在 playstore 我给了 7 和 10 英寸平板电脑的屏幕截图。
如何解决???
您是否遵循平板电脑的设计然后使用 xml 文件夹布局 - 大如 res 文件夹内然后应避免手机设计。
这篇文章我正在申请设计平板电脑玩游戏机的应用程序https://support.google.com/googleplay/android-developer/contact/tabletq。
我从here
还有你使用 ldpi、xhdpi、xxhdpi 使用的 drawble 以及其他信息,然后需要从 Play 商店获取优化提示。
用户获取----->来自详细信息的优化提示获取您的应用。