在proj.android下运行build_native.py文件出错 未定义文件

代码:

      

jni/../../Classes/SScene.cpp:82: error: undefined reference to 'ECSAudioPlay::stopAudio()'

jni/../../Classes/SScene.cpp:91: error: undefined reference to 'ECSAudioPlay::stopAudio()'

jni/../../Classes/SScene.cpp:105: error: undefined reference to 'ECSAudioPlay::stopAudio()'

jni/../../Classes/SScene.cpp:154: error: undefined reference to 'ECSAudioPlay::stopAudio()'

collect2: error: ld returned 1 exit status


在此做个笔记

在x-code里面改过代码后直接替换classes文件后编译 出的错   后面打开xocde找到该.cpp文件   加了空行点击了保存  而后在eclipse里面刷新了  之后在运行build_native文件 就成功了   很逗比  不知道是哪一步起了作用  还是两个都有作用


你可能感兴趣的:(在proj.android下运行build_native.py文件出错 未定义文件)