微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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.jb51.cc/cocos2dx/342879.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐