简体   繁体   English

Google如何确定我的应用程序将安装在哪个移动设备上? 即最低设备硬件要求

[英]how does google decide in which mobile my app will be available to install? i.e minimum device hardware requirement

we develop apps for android version 7 and above. 我们为Android 7及更高版本开发应用。 we test our app on many devices. 我们在许多设备上测试了我们的应用程序。 strangely, we have seen that on some of the devices our app is not available to install on google market (play store). 奇怪的是,我们发现在某些设备上,我们的应用无法安装在Google Market(Play商店)上。 the question is, that does google decide this by calculating the system (device) requirement or are we doing something wrong. 问题是,谷歌是通过计算系统(设备)需求来决定这一点的,还是我们做错了什么。

our AndroidManifest.xml file contains this line with other usual ones. 我们的AndroidManifest.xml文件包含此行以及其他常用行。 uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" use-sdk android:minSdkVersion =“ 7” android:targetSdkVersion =“ 11”

I think you are looking for Google Play Filters. 我认为您正在寻找Google Play过滤器。

When a user searches or browses for apps to download on Google Play, the results are filtered based on which applications are compatible with the device. 当用户搜索或浏览要在Google Play上下载的应用时,系统会根据与设备兼容的应用对结果进行过滤。 For example, if an app requires a camera, Google Play would not show the app to devices that do not have a camera. 例如,如果某个应用需要相机,则Google Play不会在没有相机的设备上显示该应用。 This filtering helps developers manage the distribution of their apps and helps ensure the best possible experience for users. 此筛选有助于开发人员管理其应用程序的分发,并有助于确保为用户带来最佳体验。

Filtering in Google Play is based on several types of app metadata and configuration settings, including manifest declarations, required libraries,architecture dependencies, and distribution controls set in the Google Play Developer Console, such as geographic targeting, pricing, and more. Google Play中的过滤基于几种类型的应用程序元数据和配置设置,包括清单声明,必需的库,体系结构依赖性以及在Google Play开发者控制台中设置的分发控件,例如地理位置定位,定价等。

Please find the official article from Google here: http://developer.android.com/google/play/filters.html 请在此处找到Google的官方文章: http : //developer.android.com/google/play/filters.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google是否会计算应用程序的最低设备硬件要求? 还是没有? 如果是,怎么办? - does google calculate minimum device hardware requirement for an app? or it doesn't? if yes how? 如何为我的应用指定最低ram要求 - How do I specify a minimum ram requirement for my app 如何区分百度商店/ Google Play商店中安装了哪个商店应用? - How do I differentiate from which store app is installed from i.e Baidu Store / Google Play Store? 如何确定放置android组件时的坐标即x和y轴? - How to decide the coordinates i.e x and y axis in placing the android component? Android如何确定要杀死哪个应用程序? - How does Android decide which app to kill? 为什么我的应用无法在Google Play上针对我在其中编写的设备使用 - why my app is not available on google play for the device i wrote it on 我的应用无法在 Google Play 上的平板设备上使用 - My app is not available for tablet device on Google play android studio 的最低硬件要求? - Minimum hardware requirement for android studio? 安卓 2.2 最低硬件要求 - android 2.2 minimum hardware requirement 我将如何从我的 esp8266 模块硬件向 android 发送推送消息? 手机不安装app,可以使用内部服务吗? - How would I send push messages to android from my hardware which is esp8266 module? Without installing app in mobile, can I use internal services?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM