상세 컨텐츠

본문 제목

cocos2dx 3.17 64bit build in Android Studio.

개발생활/Cocos2d

by 한국인맛집 2019. 6. 17. 14:01

본문

반응형

https://discuss.cocos2d-x.org/t/critical-support-for-64bit-on-cocos2d-x-on-android/45516/4

 

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

I have some games developed by v2.2.6 too, really need to know how to support 64 bit as I need to update and test within coming half year.

discuss.cocos2d-x.org

 

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

반응형

관련글 더보기