Playstore 会拒绝带有 armeabi-v7a、arm64-v8a、x86 但不支持 x86-64 的应用程序吗?

Will playstore reject apps with armeabi-v7a, arm64-v8a, x86 but no x86-64 support?(Playstore 会拒绝带有 armeabi-v7a、arm64-v8a、x86 但不支持 x86-64 的应用程序吗?)
本文介绍了Playstore 会拒绝带有 armeabi-v7a、arm64-v8a、x86 但不支持 x86-64 的应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

来自 android 开发者网站,

一些额外信息:

  • Unity 正在放弃对 Android x86 和 x86_64 的支持 (1)
  • 根据 Unity 的一些消息来源,Android 上的英特尔处理器几乎已死.(2) (3)

来源:

1 - https://blogs.unity3d.com/2019/03/05/android-support-update-64-bit-and-app-bundles-backported-to-2017-4-lts/

2 - https://forum.unity.com/threads/wheres-the-unity-stats-page-gone.514106/

3 - https://forum.unity.com/threads/android-x86_64-support.711869/

From android developer website, https://developer.android.com/distribute/best-practices/develop/64-bit it is clear that starting August 1, 2019, apps published on Google Play will need to support 64-bit architectures.

Our current app has native libraries for armeabi-v7a, arm64-v8a, x86 ABIs but no x86-64. This is because one of the cordova plugins we are using doesn't provide X86-64 support.

Will playstore reject the app update or pass it considering there is arm64-v8a support or we will have to drop support for x86 to stay compliant?

解决方案

tl;dr

Unity Technologies' User ScottF (1) confirmed with Google representatives:

"...you would indeed need to drop x86 in order to be compliant with their 64bit requirement."

I've personally dropped the support today for x86 in Google Play Store for an Android App built with Unity. I've just got a warning that I will lose support from 2 devices from a total a 10867 previously supported.

Some extra info:

  • Unity is dropping support on Android x86 and x86_64 (1)
  • According to some sources from Unity, Intel processor on Android is virtually dead. (2) (3)

Source:

1 - https://blogs.unity3d.com/2019/03/05/android-support-update-64-bit-and-app-bundles-backported-to-2017-4-lts/

2 - https://forum.unity.com/threads/wheres-the-unity-stats-page-gone.514106/

3 - https://forum.unity.com/threads/android-x86_64-support.711869/

这篇关于Playstore 会拒绝带有 armeabi-v7a、arm64-v8a、x86 但不支持 x86-64 的应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)