Set NDK_MODULE_PATH for cocos2dx Android

前端 未结 2 1956
无人共我
无人共我 2021-01-15 09:04

I am very new to cocos2dx for android.Now i install cygwin and all enviroment variables . Now when i compile and bulid my project (sample project) it gives message and error

2条回答
  •  甜味超标
    2021-01-15 09:24

    In the build_native.sh file add the path of your NDK

    # paths

    NDK_ROOT = "E:\android-ndk-r8e-windows-x86\android-ndk-r8e"

提交回复
热议问题