Cocos2dx3.4编译Android时碰到的问题

前端之家收集整理的这篇文章主要介绍了Cocos2dx3.4编译Android时碰到的问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
BUILD Failed
/Users/panda/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:892: The following error occurred while executing this line:
/Users/panda/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:894: The following error occurred while executing this line:
/Users/panda/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:906: The following error occurred while executing this line:
/Users/panda/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:284: null returned: 2

Total time: 9 seconds

Error running command,return code: 1

编译报了上面的问题,然后我在网上查了下,得到了解决方法


注释掉项目中project.properties里android.library.reference.1=../cocos2d/cocos/platform/android/java这一样就行了

原文链接:https://www.f2er.com/cocos2dx/342879.html

猜你在找的Cocos2d-x相关文章