处理工作找到了,我可以为 Android 构建并在我的设备上运行它。但是,如果代码中有一些编译时错误,例如引用不存在的变量,Processing 会告诉我:
BUILD FAILED
C:\Program Files\Android\android-sdk\tools\ant\build.xml:679: The following error occurred while executing this line:
C:\Program Files\Android\android-sdk\tools\ant\build.xml:692: Compile failed; see the compiler error output for details.
没有关于错误位置的信息,这很烦人。我想出的唯一解决方法是通过控制台手动构建 ANT。在控制台中,错误按预期显示...
我已将处理更新到最新版本 2.03b,并且我已下载 ANT 的最新版本。