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

Categories

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

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

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...