Google Play开发人员推荐Tablet

时间:2013-10-05 21:50:49

标签: android android-layout google-play

我的应用程序在Google Play上有点问题,它告诉我在建议标签中为平板电脑优化您的应用程序但在我的应用程序中我已经实现了多窗格布局,并且我有不同的文件夹用于布局(sw600dp,sw720dp)。

我还将此行添加到我的清单

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

我还为7英寸和10英寸平板电脑添加了图像。

我不明白为什么我已经有了这个建议,你能帮帮我吗?

1 个答案:

答案 0 :(得分:0)

您需要在开发者控制台的“商品详情”部分下添加平板电脑布局的图片。

Example in Dev Console