APKs or App Bundles are available to 64-bit devices but they only have 32-bit native code

后端 未结 10 1732
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 15:38

I have exported an Android App Bundle file to upload at Play store with NDK downloaded from Unity desired location because Android Studio NDK file is not compatible with Uni

10条回答
  •  爱一瞬间的悲伤
    2020-12-15 16:18

    For future reference:

    It's an issue with google play and x86 build that do not offers a 64bit counterpart code. Disabling x86 build fix this issue.

    Reference: https://forum.unity.com/threads/successful-unity-aab-build-not-compliant-with-the-google-play-64-bit-requirement.729035/

    The problem started on 08/20/2019.

提交回复
热议问题