android - "Native platforms"上传到 Play 商店时减少,并发出关于 "app being available for new installs on fewer types of devices"的警告

标签 android google-play

当我将最新版本的 native Android 应用程序上传到 Play 商店时,它首先给了我以下警告:

Warning: Deactivation of this APK will result in your app being available for new installs on fewer types of devices

我还是决定上传它,因为支持的设备数量和以前一样。

我觉得这有点奇怪,因为我没有更改我的“minSdkVersion”。 我只向 1% 的用户发布了这个版本,大约有 1500 名用户。

实际上我不知道我是否应该担心,但我已经通过我们已集成到应用程序中的 AppCenter 监控了 Activity 。而且我认为新版本的用户数量低得令人怀疑。 Play 商店中出现 0 次崩溃(不过这可能是件好事)。

此外,Play 商店中的“原生平台”列从 5 变为 4。 此刻我在这个专栏中有以下内容:“arm64-v8a,armeabi-v7a,x86,x86_64”

不幸的是,我再也看不到有关此的旧信息,因为我随后发布了另一个版本(错误修复)。但我认为它是这样的:

1 differentiating: armeabi + 4 common: differarm64-v8a, armeabi-v7a, x86, x86_64

这与能够下载应用程序的用户数量有关吗?我应该担心吗?

最佳答案

别担心。

Note: Historically the NDK supported 32-bit and 64-bit MIPS, but support was removed in NDK r17.

https://developer.android.com/ndk/guides/abis

“原生平台”列发生了变化,因为 mips、mips64 在 NDK r17 中被移除。 通常周围没有任何 MIPS 移动设备。 不要忘记检查“支持的 Android 设备”。

关于android - "Native platforms"上传到 Play 商店时减少,并发出关于 "app being available for new installs on fewer types of devices"的警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52983268/

相关文章:

android - Google Play - 低成熟度和中等成熟度之间的区别

android - 在哪里可以查看 Facebook 分析应用事件的事件参数?

php - Android 应用程序并登录我的数据库

android - 如何获取特定于应用程序的 Google Map api key

0 台设备支持 Android 应用

android - 发行版 APK 与签名 APK 大小之间的巨大差异

android - 内核开发新手 : "Virtual" input driver in kernel?

android自定义 toast 持续时间

android - 执行 org.jetbrains.kotlin.gradle.internal.KaptExecution > java.lang.reflect.InvocationTargetException 时发生故障(无错误消息)

android - 我可以增加 Google Play 商店中付费 Android 应用程序的费用吗?