不能让平板唯一的应用程序 [英] Couldn't make a Tablet only app

查看:239
本文介绍了不能让平板唯一的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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

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


解决方案

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


  2. 您不能过滤被安装在手机应用程序(通过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?

解决方案

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

  2. 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 :)

这篇关于不能让平板唯一的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆