|
发表于 2016-3-2 11:55:52
|
显示全部楼层
【Android打包报错】
debug:
-code-gen:
[mergemanifest] Merging AndroidManifest files into one.
[mergemanifest] Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
[aapt] Generating resource IDs...
[aapt] warning: string 'menu_settings' has no default translation.
[aapt] G:\WeX5_V3.3\model\Native\FXW\build\src\platforms\android\res\xml\config.xml:91: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
[aapt]
[aapt] G:\WeX5_V3.3\model\Native\FXW\build\src\platforms\android\res\xml\config.xml:92: error: Error: No resource found that matches the given name (at 'value' with value '??????????').
[aapt]
BUILD FAILED
G:\WeX5_V3.3\tools\adt-sdk\tools\ant\build.xml:649: The following error occurred while executing this line:
G:\WeX5_V3.3\tools\adt-sdk\tools\ant\build.xml:694: null returned: 1
Total time: 2 seconds
G:\WeX5_V3.3\model\Native\FXW\build\src\platforms\android\cordova\node_modules\q\q.js:126
throw e;
^
Error code 1 for command: cmd with args: /s,/c,ant,debug,-f,G:\WeX5_V3.3\model\Native\FXW\build\src\platforms\android\build.xml
****ERROR****: 子任务 "exec" 执行失败。
****ERROR****: 任务 "buildAndroid" 执行失败。
****ERROR****: 执行出错:
****ERROR****: 错误信息: exec returned: 1
****ERROR****: 如不能确定具体问题,可参考常见问题: http://bbs.wex5.com/thread-82002-1-1.html |
|