3

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

Dave
  • 2,684
  • 2
  • 21
  • 38

1 Answers1

2

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.

aalmigthy
  • 1,261
  • 8
  • 19