安卓:有些应用程序不提供在谷歌平板电脑上播放? [英] Android: Some apps are not available for Tablets on Google Play?

查看:311
本文介绍了安卓:有些应用程序不提供在谷歌平板电脑上播放?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于它出来的新的开发者控制台和新的Play商店中我有这样的话题提到的一些问题。

Since it came out the new developer console and the new PlayStore I have some problems like the one mentioned in the topic.

最近我的应用程序是不是从即使是前片可见。

Lately my app is not visible from the tablets even if it was before.

不过,控制台告诉我:


Supported Devices: 2665
Excluded Devices: 0

所以我认为没有问题,但为什么这个程序是不可用当您尝试搜索它从Play商店中片?

So I have to think that there is no problem, but why this app is not available when you try to search it on PlayStore from tablets?

由于在论坛上建议我把下面的code在清单:

As suggested on the forums I put the following code in the manifest:

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

有没有支持所有片没有异常安全的方式?

Is there a safe way to support all tablets without exceptions?

推荐答案

请确保您的使用-SDK 包括在的android:targetSdkVersion 11的值或更高。
似乎谷歌添加了这个标准(不直接告诉任何人),当他们发布谷歌的新版本播放。

Make sure your uses-sdk includes the android:targetSdkVersion with a value of 11 or higher. Seems Google added this criteria (without telling anyone directly) when they release the new version of Google Play.

下的平板电脑应用质量检查 8。目标的Andr​​oid版本正确
现在说

The Tablet App Quality Checklist under 8. Target Android versions properly now states that

一个。 targetSdkVersion声明值为11或更高(14或更高推荐)

a. targetSdkVersion is declared with value 11 or higher (14 or higher is recommended)

看来,这仅适用于更新/新版本为previous应用缺乏这似乎未受影响。开发者控制台也似乎并没有成为这一要求了解,因为它明确规定XLARGE设备所支持的。

It seems that this only applies to updates/new-releases as previous apps which lack this seems unaffected. The Developer Console also doesn't seem to be "aware" of this requirement as it clearly states xlarge devices as supported.

这篇关于安卓:有些应用程序不提供在谷歌平板电脑上播放?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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