当前位置: 代码迷 >> 综合 >> cocos2dx make: No rule to make target 解决方法
  详细解决方案

cocos2dx make: No rule to make target 解决方法

热度:50   发布时间:2023-12-17 06:45:48.0

make: No rule to make target `/cygdrive/c/cocos2d-x/AppTest/proj.android/../../cocos2dx/CCConfiguration.cpp’, needed by `obj/local/armeabi/objs-debug/cocos2dx_static/CCConfiguration.o’. Stop.

解决方法:

删除 obj 文件夹,重新编译


参考http://discuss.cocos2d-x.org/t/cocos2d-x-on-windows/4367/4

  相关解决方案