APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code Unity Play store error

前端 未结 2 2052
不思量自难忘°
不思量自难忘° 2020-12-04 00:05

I am trying to build my game for 64 bit architecture as per Google guideline I upgrade the unity to supported LTS version 2018 and change the scripting backend to IL2CPP

2条回答
  •  被撕碎了的回忆
    2020-12-04 00:53

    Try to build the App without the x86-Architecture.

    Otherwise your settings look fine.

    Also you can try to export the project (instead of building the app bundle) and build the APK using Android Studio.

提交回复
热议问题