我为 7 英寸和 10 英寸的平板电脑创建了一个应用程序。开发后,我在清单中添加了以下代码,以显示仅对 Google Play 中的平板电脑可见的应用程序。
<supports-screens
android:largeScreens="true"
android:normalScreens="false"
android:requiresSmallestWidthDp="600"
android:smallScreens="false"
android:xlargeScreens="true" />
上传后,应用程序未列出 7 英寸,但列出了 10 英寸选项卡。当我找到该应用程序时,它会在 7 英寸选项卡中显示“它无法与您的设备压缩”。我需要改变什么来克服这个问题。