Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
420 views
in Technique[技术] by (71.8m points)

c# - Unity3D - problem with Google Play 64-bit requirement

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:

enter image description here

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.

enter image description here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...