应用程序不兼容平板电脑 [英] App not compatible with tablet

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

问题描述

我已经建立一个Android应用程序......手机......但我不会介意,以扩大我的观众,让平板电脑拥有者下载以及.... 老实说。它看起来并不非常整洁的平板电脑......但我真的不介意。我至少可以给他们的选项。

I've build an Android app...for phones...but I wouldn't mind to broaden my audience and let Tablet owners download it as well.... To be honest. it doesn't look very neat on a tablet...but I don't really mind that. I'll at least give them the option.

不幸的是我不能找到在谷歌Play商店/ Android Market的应用程序与我的平板电脑!当我直接在浏览器中启动的网址,我被重定向到Play商店,但它说:这个程序是不是与您的设备兼容的

unfortunately I cant find the app on the Google Play Store / Android Market with my tablet! when I launch the url directly in the browser, I am being redirected to the Play store, but it says "this app is not compatible with your device"

我没有具体说明我的清单像什么的Andr​​oid版本:xlargeScreens(默认应该是真的吧? 我还没有具体发布页面,在商店的任何设备的限制

I didn't specify anything in my Manifest like "android:xlargeScreens" (the default should be true, right? I also didn't specify any device restrictions in the Store Publish page

可惜我只有一个平板与测试......所以我不知道这是否是在平板电脑故障,我的应用程序故障或Play商店的错......

Unfortunately I only have one tablet to test it with...so I don't know if it's the tablets fault, my apps fault or the Play Store's fault....

我有一个惠普TouchPad(CM9)......这是相当实验装置 - 但其他手机应用程序的工作原理没有问题,该设备上的

I have an HP Touchpad (CM9)....it's rather experimental device - but other phone apps works without a problem on that device

在开发,我也用我的平板电脑作为测试设备,并在其上​​推出的应用程序。所以我真的不知道为什么Play商店被禁止我下载的应用程序......

while developing, I also used my tablet as a test device, and the app launched on it. so I don't really know why the Play Store is forbidding me to download the app....

有没有什么特殊的要求,我的清单或我的XML-布局必须匹配,为Play商店打开它的平板电脑用户呢?

are there any special requirement that my Manifest or my XML-layouts have to match, for the Play Store to open it for tablet users as well?

推荐答案

我解决我自己的问题:

我做了两件事情:

1 - 我已禁用触摸屏

1 - I disabled 'touchscreen'

<uses-feature android:name="android.hardware.touchscreen"  android:required="false" />

这将禁用ADVANCE触摸屏控制(如弹等。)

this disables ADVANCE touchscreen controls (like flicking etc.)

但我认为做的事情是以下内容:

but I think the thing that did it was the following:

2 - 我禁用了复制保护Play商店发布页面 几个小时后,我能找到我的平板电脑我的应用程序并安装它!

2 - I disabled the Copy Protection in the Play Store Publish page a few hours later I could find my app on my tablet and install it!

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

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