android - 谷歌如何决定我的应用程序可以安装在哪个手机上?即最低设备硬件要求

标签 android system require minimum

我们为 Android 版本 7 及更高版本开发应用程序。 我们在许多设备上测试我们的应用程序。奇怪的是,我们发现在某些设备上我们的应用无法在谷歌市场(Play 商店)上安装。 问题是,谷歌是通过计算系统(设备)要求来决定的,还是我们做错了什么。

我们的 AndroidManifest.xml 文件包含这一行和其他常见的行。 使用-sdk android:minSdkVersion="7"android:targetSdkVersion="11"

最佳答案

我认为您正在寻找 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. For example, if an app requires a camera, Google Play would not show the app to devices that do not have a camera. 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 的官方文章: http://developer.android.com/google/play/filters.html

关于android - 谷歌如何决定我的应用程序可以安装在哪个手机上?即最低设备硬件要求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35503501/

相关文章:

Android AVD 启动错误

Android Camera 第二次拍摄失败

sockets - 加入 2 个套接字?

perl - 打印或死亡 : how to check if a GPFS network mounted file is available

C 标准输出到文件使用 dup

php - 需要 php 文件而不是链接到 js 和 css 是不好的做法吗?

racket - Racket 中的模块元语言

android - 如何使用 aarch64 打印数字,而不使用 C

node.js - 有没有办法为 require 注册新的 CoffeeScript 扩展?

android - 如何使用 Corona SDK 工具在 Android 设备的 Facebook 墙上分享或发布游戏分数?