不能让平板唯一的应用程序能让、平板、应用程序

2023-09-06 09:41:12 作者:不谈情

我已经提到堆栈溢出,并使用清单文件支持屏属性是这样的:

 <支持屏安卓smallScreens =假                      机器人:normalScreens =假                      机器人:largeScreens =假                      机器人:xlargeScreens =真                      机器人:requiresSmallestWidthDp =600/>    <用途-SDK        安卓的minSdkVersion =14        机器人:targetSdkVersion =17/> 

不过还是我能够在任何类型的屏幕进行安装。是否尝试过索尼TIPO,我可以安装它。什么错在这里?

解决方案

您应该允许大屏幕,因为这适用于7平板电脑

苹果平板itunes中的应用程序怎么样删除

您不能过滤被安装在手机应用程序(通过Eclipse,或者如果它从外部源下载)。此设置将来自谷歌手机下载游戏市场限制的应用程序。

希望这有助于:)

I have referred stack overflow and used "Support screens" attribute in manifest file like this:

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

    <uses-sdk
        android:minSdkVersion="14"
        android:targetSdkVersion="17" />

But still I am able to install it in any type of screens. Have tried in sony tipo and I could install it. Whats wrong here?

解决方案

You should allow large screens, since this applies for 7" tablets

You can't filter the app from being installed on phones (via Eclipse, or if it's downloaded from an external source). This setting will restrict the app from being downloaded on phones from the Google Play Market.

Hope this helps :)