我有一个我想在我的Android手机中安装的应用程序。不幸的是,它标志着'不相容'。我可能会尝试升级系统安装应用程序,但是首先我想知道应用程序是'不兼容'的确切原因。 IE。什么是"变量" 我的手机无法安装应用程序。
有没有通用方法来做到这一点?
我有一个我想在我的Android手机中安装的应用程序。不幸的是,它标志着'不相容'。我可能会尝试升级系统安装应用程序,但是首先我想知道应用程序是'不兼容'的确切原因。 IE。什么是"变量" 我的手机无法安装应用程序。
有没有通用方法来做到这一点?
I have an app that I want to install in my android phone. Unfortunately, it is marked 'incompatible'. I might try to upgrade the system to install the app, but first I'd like to know the exact reasons the app is 'incompatible'. I.e. what are the 'variables' my phone gets wrong to be unable to install the app.
Is there a generic way to do that?
从Google 应用程序兼容性与android
在搜索或浏览Google Play商店应用程序时,您只需看到与设备兼容的应用程序。使用Google Play网站时,如果与您尝试安装的应用程序不兼容,则设备将被灰色。 这通常发生,因为应用程序在您的位置不可用或为您的设备的屏幕尺寸或Android
设计开发人员能够基于屏幕尺寸,移动服务提供商,位置和许多其他因素基于屏幕尺寸,移动服务提供商的特定设备<强大>目标应用程序。应用程序兼容性可以随时间变化。
(重点提供)
是否有一种通用的方法来做到这一点?
有关特定应用程序的兼容性信息,请直接使用Google Play列表中提供的信息直接联系开发人员
From Google App compatibility with Android
When searching or browsing the Google Play Store app, you'll only see apps that are compatible with your device. When using the Google Play website, a device will be grayed out if it isnxe2x80x99t compatible with the app youxe2x80x99re attempting to install. This usually occurs because the app isnxe2x80x99t available in your location or designed for your device's screen size or version of Android
Developers have the ability to target applications to specific devices based on screen size, mobile service provider, location, and a number of other factors. App compatibility can change over time.
(Emphasis supplied)
Is there a generic way to do that?
For compatibility information about a specific app, contact the developer directly using the information provided on the Google Play listing
可以有许多原因可以显示为"不兼容" :
android版本(这在我的旧电话上最多打了我)
CPU架构(例如,ARMv6,ARMV7,ARMv8,x86) - 一些开发人员可能是懒惰的,只能为ARMv7和V8
硬件功能,如相机闪光灯或晴雨表或屏幕尺寸
作为原谅区域锁的一种方式(谢谢EA!)
我已经看到了一些DEVS通过设备而不是任何设备的功能的引用支持。我不声称整个过程,但我认为这是因为大多数人都不知道或关心所有这些细节。
There can be a number of reasons an app may be shown as "incompatible":
Android version (This hit me the most on my old phone)
CPU architecture (eg. ARMv6, ARMv7, ARMv8, x86) - some devs may be lazy and only compile for ARMv7 and v8
Hardware features such as camera flash or barometer or screen size
As a way to excuse a regional lock (thank you EA!)
I have seen some devs quote support by device rather than by the features of any device. I don't claim to know the whole process, but I assume that this is because most people don't know or care about all these details.
这里已经有很好的答案,但只是为了加入---
有一些开发人员API仅与某些特定的Google Play服务版本/ Android OS版本/屏幕版本(如上所述),而不是拥有这些特定组件或规格可能(有时)导致应用程序:
Google Play商店本身有助于避免任何不必要的不必要的用户体验。
虽然大多数API都是向后兼容的,但甚至鼓励开发人员使用它们正在使用的特定API的最新版本。
Android正在不断变化和改进,最大化它好处的最佳方法是始终尽可能地更新。
Already have good answers here, but just to add ---
There are some developer APIs that are only compatible with some specific Google Play Services version / Android OS version / Screen version (as already mentioned in the other answers), and not having these specific components or specs may (sometimes) cause the application to:
Google Play Store itself is helping to avoid any unnecessary bad user experience.
Although most of the APIs are backward compatible, even developers are encouraged to use the most recent version of a specific API they are using.
Android is constantly changing and improving, and the best way to maximize it's benefits is to always be updated as much as possible.
如果在多个国家/地区定期使用您的设备,我认为,在每个国家/地区创建Google帐户是必不可少的。不要忘记您的手机可以有许多与他们相关的账户。例如,我无法使用英国创建的帐户将"BBVA钱包" 下载到我的任何设备(实际上该应用程序甚至不在手机上列出),但如果我在西班牙创建一个新帐户,那么我可以下载通过在Google Play中切换到此帐户来实现所有设备。 PS:最终不值得麻烦,我在不到一天的时间内删除了问题的应用程序:(
If you use your device regularly in more than one country, it is essential, I think, to create a google account in each country. Don't forget your phones can have many accounts associated to them. For example, I cannot download "BBVA Wallet" to any of my devices using the account I created in the UK (in fact the app is not even listed on the phone), but if I create a new account in Spain then I can download it to all devices by switching to this account in google play. PS: it wasn't worth the trouble in the end and I deleted the app in question in less than a day :(
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有