2017-07-03 32 views
-1

我特别为平板设计。如何避免这种情况。如何解决在游戏商店中说的“为手机设计”

我的代码段用于支持标记的

<supports-screens 
     android:anyDensity="true" 
     android:largeScreens="true" 
     android:normalScreens="false" 
     android:requiresSmallestWidthDp="600" 
     android:smallScreens="false" 
     android:xlargeScreens="true" /> 
Play商店中

我已经给截图平板电脑7 & 10英寸。

如何解决这个???

回答

0

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

我适用于设计应用程序到平板电脑播放控制台这篇文章https://support.google.com/googleplay/android-developer/contact/tabletq

我从here

而且还乌尔drawbles使用LDPI,xhdpi,xxhdpi用途等信息需要再优化技巧在Play商店得到它了。

用户获取----->来自细节的最佳技巧获取您的应用程序。