[Critical] Support for 64bit on cocos2d-x on Android!

i have apply this code but get some error like
arm64-v8a are not available for platform
using cocos2d-x-3.16

I used this and it built just fine, even ran on my Samsung device. However, when I tried to submit it to the Google Play store it said it now supports 0 devices. In my APK “libs” folder I have .so files in both the “arm64-v8a” and “armeabi-v7a” folders. So it appears to have build both versions. Any idea why Google Play says I have 0 devices supported. BTW, I am building with NDK r10E, in case that makes a difference.

1 Like

Hi,
I used cocos2d-x 2.2.6 and javascript.


When I tried this git , I got error in javascript/bindings:

‘JSBool’ does not name a type.

How can I do?
Since it is for 3.x version?