我在 google play 上的应用程序有一点问题,它告诉我在建议选项卡中为平板电脑优化你的应用程序,但在我的应用程序中,我已经实现了多窗格布局,并且我有不同的布局文件夹(sw600dp, sw720dp)。
我还将这一行添加到我的清单中
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:xlargeScreens="true" />
我还为 7 英寸和 10 英寸平板电脑添加了图像。
我不明白为什么我已经有了这个建议,你能帮帮我吗?