为什么应用程序突然与某些设备不兼容?

发布于 12-09 11:25 字数 1089 浏览 1 评论 0原文

我似乎有一个严重的问题。几周前,我发布了一个应用程序 Antipaper Notes (com.pancerola.and.antipaper.notes)。它在 API 级别 11(Honeycomb)上运行,除此之外没有任何要求。据市场报道:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
This application is available to over 67 devices. 

几天前,我发布了更新的应用程序,名称为com.subhog.antipaper.notes。我需要更改软件包,并且有一些重要的结构更改证明了应用程序分离的合理性。然而,虽然清单没有改变,但人们在安装该应用程序时遇到了问题。市场说:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
android.hardware.screen.portrait
This application is available to over 67 devices.

所以唯一的区别是明确列出的肖像模式。现在,奇怪的部分。 67 台设备的列表是相同的。摩托罗拉 XOOM 在这两个列表中都具有相同的风格。然而,一些(只是一些!)Xoom 用户将该应用程序标记为“与设备不兼容”并且无法安装它。

可能是什么原因?如果这是纵向模式,那么为什么它出现在某些平板电脑上而不是其他平板电脑上?如果是别的东西,为什么我看不出有什么区别?

我将不胜感激任何帮助。

I seem to have a serious problem. A few weeks ago I've published an app, Antipaper Notes (com.pancerola.and.antipaper.notes). It is running on API level 11 (Honeycomb), besides that has no requirements. According to the market:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
This application is available to over 67 devices. 

A few days ago, I've published updated app as com.subhog.antipaper.notes. I needed to change the package, and there were some important structural changes that justified app separation. However, while the manifest is not changed, people are having problems installing the app. The market says:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
android.hardware.screen.portrait
This application is available to over 67 devices.

So the only difference is the portrait mode listed explicite. Now, the weird part. The list of 67 devices is the same. Motorola XOOM is on both lists with the same flavor. However, some (only some!) Xoom users have the application marked as "incompatible with device" and cannot install it.

What can be the cause? If that's the portrait mode, then why does it appear on some tablets and not on the others? If it's something else, why cannot I see any difference?

I'll appreciate any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

亽野灬性zι浪2024-12-16 11:25:37

将复制保护设置为“ON”即可做到这一点,我在我的应用程序中发生过这种情况。对于某些用户来说,当他们收到设备制造商的系统更新(Android 操作系统升级)时,这会成为一个问题。

Setting copy protection to "ON" will do this, I've had this happen in my app. It becomes a problem for some users when they receive a system update (Android OS upgrade) by their device manufacturer.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文