【发布时间】:2015-06-19 22:29:24
【问题描述】:
当我试图编译代码时,Eclipse 一直在抱怨make: * no rule to make target。这是它显示的内容:
make: *** No rule to make target
`/Users/SCN/Documents/CMC/Working/flappypig/proj.android/../../../extensions/AssetsManager/AssetsManager.cpp', needed by ` `obj/local/armeabi/objs/cocos_extension_static/AssetsManager/AssetsManager.o'. Stop.
make: Leaving directory ``/Users/himanshuarora/Desktop/cocos2d-x-2.2.6/projects/FlappyBird/proj.android'`
有人可以帮我解决这个问题吗?
【问题讨论】:
标签: android c++ eclipse cocos2d-x