cocos2d-x项目下 命令 cocos compile -p android 打包apk,报如下错误:
BUILD FAILED
/Users/ks/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:892: The following error occurred while executing this line:
/Users/ks/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:894: The following error occurred while executing this line:
/Users/ks/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:906: The following error occurred while executing this line:
/Users/ks/Documents/adt-bundle-mac-x86_64-20131030/sdk/tools/ant/build.xml:284: null returned: 2
解决方案:
打开项目pro.android里的project.properties文件,在android.library.reference.1=../cocos2d/cocos/platform/android/java这句前面加个#
如:#android.library.reference.1=../cocos2d/cocos/platform/android/java