新创建的项目,将org复制过来后直接用Eclipse打开,在真机上运行无误.但是当我点击jni下的main.cpp就出现下面的错误,请问如何解决
Function ‘__android_log_print’ could not be resolved main.cpp
Symbol ‘ANDROID_LOG_DEBUG’ could not be resolved main.cpp /test/jni/hellocpp line 14 Semantic Error
Symbol ‘cocos2d’ could not be resolved main.cpp /test/jni/hellocpp line 11 Semantic Error
Type ‘AppDelegate’ could not be resolved main.cpp /test/jni/hellocpp line 15 Semantic Error
Type ‘AppDelegate’ could not be resolved main.cpp /test/jni/hellocpp line 15 Semantic Error
求高手指教