Set NDK_MODULE_PATH for cocos2dx Android

泄露秘密 提交于 2019-12-02 01:13:57

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

# paths

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

Make sure that "Copy project into workspace" is unchecked before importing project into package explorer. This will resolve the error. Also make sure that you have set the environment variable named NDK_ROOT pointing at the url where you have placed the unzipped Android NDK package.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!