在运行COCOS2DX'HelloCpp'的示例代码时出错。以下是运行项目时显示的错误。
控制台输出:
[2014-08-21 21:48:15 - HelloCpp] (skipping file '.gitignore' due to ANDROID_AAPT_IGNORE pattern '.*')
[2014-08-21 21:48:15 - HelloCpp] Unable to add 'D:\Cocos2d-X\cocos2d-x-2.2.5\samples\Cpp\HelloCpp\proj.android\assets\app.icf': Zip add failed
[2014-08-21 21:48:15 - HelloCpp] ERROR: unable to process assets while packaging 'D:\Cocos2d-X\cocos2d-x-2.2.5\samples\Cpp\HelloCpp\proj.android\bin\resources.ap_'
[2014-08-21 21:48:15 - HelloCpp] ERROR: packaging of 'D:\Cocos2d-X\cocos2d-x-2.2.5\samples\Cpp\HelloCpp\proj.android\bin\resources.ap_' failed
错误日志:
1. Error generating final archive: java.io.FileNotFoundException: D:\Cocos2d-X\cocos2d-x-2.2.5\samples\Cpp\HelloCpp\proj.android\bin\resources.ap_ does not exist
2. Unparsed aapt error(s)! Check the console for output.
警告:
Invalid project path: Include path not found (D:\Updated Eclipse\android-ndk-r10\toolchains\arm-linux-androideabi-4.4.3\prebuilt\darwin-x86\lib\gcc\arm-linux-androideabi\4.4.3\include).
提前致谢..