Set NDK_MODULE_PATH for cocos2dx Android

前端 未结 2 1958
无人共我
无人共我 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:32

    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.

提交回复
热议问题