Unity Export Android 64-bit

后端 未结 1 1886
清酒与你
清酒与你 2020-12-07 22:41

I\'ve been trying to upload .abb to the google play console. When I upload it, it gives me this error:

This release is not compliant with the Google Play 64-bit requ

相关标签:
1条回答
  • 2020-12-07 23:17

    Unity supports x64 since 2017 LTS. To enable it you can go to File > Build Settings > Player Settings.

    There under "Other Settings" you have to change your Script Backend to IL2CPP, and you will have the ARM64 checkbox active. Check it.

    And then you can either select to generate Split APKs by Target Architecture

    or in your Build Settings dialog choose to Build App Bundle (Google Play).

    Hope it helps, you will need to have the Android NDK for this.

    0 讨论(0)
提交回复
热议问题