Cocos2d-x 编译 android 不能 运行 程序

Cocos2d-x compile android cannot run program

使用 cocos 控制台命令和新的 -l cpp 创建了新的 cocos2d-x 3.6 项目,所有变量都由 运行ning setup.py 设置,然后当我尝试 运行 cocos 编译我得到编译错误。

日志:log.txt

检查路径中是否有空格但没有,所有内容都已安装。

问题出在这里

Execute failed: java.io.IOEx ception:

Cannot run program"D:\MyCppGame\cocos2d\cocos\platform\android\java${ aapt}"

(in directory "D:\MyCppGame\cocos2d\cocos\platform\android\java"):

Create Process error=2, The system cannot find the file specified

你可以通过在 SDK/tools/ant/build.xml

中添加一些行来解决它