You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to compile the arm64-v8a library?
I use android-ndk-r19c.
I change the ABI to arm64-v8a in Makefile.src. When compiling, you will be prompted that "-- fix-cortex-a8 is not supported". After removing -Wl,--fix-cortex-a8. compilation can pass. After start game, when you choose your align, it will directly exit the game.
Google Play now requires 64-bit architecture support for native code. No new versions can be published on Google Play until this is solved.
It compiles fine but it's way too unstable for release.
The text was updated successfully, but these errors were encountered: