処理がうまくいき、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 を手動でビルドすることです。コンソールでは、期待どおりにエラーが表示されます...
Processing を最新のビルド 2.03b に更新し、最新バージョンの ANT をダウンロードしました。