https://discuss.cocos2d-x.org/t/critical-support-for-64bit-on-cocos2d-x-on-android/45516/4
Application.mk
<Before>
APP_ABI := armeabi-v7a
<Change>
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
gradle.properties(Project Properties)
<Before>
PROP_APP_ABI=armeabi-v7a
<Change>
PROP_APP_ABI=armeabi-v7a:arm64-v8a
[cocos creator js ] how to UI Components , button Hide & Active ? (0) | 2021.04.16 |
---|---|
how to cocos creator single ton via Javascript (0) | 2021.04.15 |
cocos creator js (0) | 2021.04.09 |
cocos2dx Android.mk All cpp files Attach (0) | 2019.04.26 |
cocos2dx 3.17.1 C++ prebuilt [Speed up Build in Windows ] / cocos2dx3.17 download link (31) | 2019.04.25 |
Cocos2d-x 3.17.1 install Sequence , 코코스 2dx 설치 (31) | 2019.04.24 |