Unity3D - problem with Google Play 64-bit requirement

白昼怎懂夜的黑 提交于 2020-01-04 03:52:22

问题


I cannot deploy the .abb nor .apk as I keep getting the 64-bit requirement error in the Google Play Console.

I have tried everything from this answer: Unity Export Android 64-bit but still the same problem.

  • Unity3D version: 2017.4.30f1
  • NDK: r13b (Unity is not supporting newer versions but this should not be a problem)
  • SDK API Level: 28
  • JDK: 1.8.0_221

Player Settings:

When the Unity builds the package I can see it is building for 64-bit devices so I don't get what is the issue.


回答1:


Build your app without x86.

x86 usage is very low and it even got deprecated in 2019.2, so you wont miss anything by removing it.



来源:https://stackoverflow.com/questions/57709345/unity3d-problem-with-google-play-64-bit-requirement

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!