<div dir="ltr">Y&#39;all,<div><br></div><div>Google broke ant in Android.  This means that, among other things, Cordova is broken if you are using the latest tooling.  HOWEVER, I found a workaround and this is tracked in Android&#39;s bug tracker.</div><div><br></div><div>If you are seeing an error along the lines of ${aapt} can not be found then this affects you.</div><div><br></div><div>First the workaround : </div><div><br></div><div>add </div><div>```</div><div><div>    &lt;property name=&quot;aapt&quot; location=&quot;${sdk.dir}/build-tools/22.0.1/aapt&quot; /&gt;</div><div>    &lt;property name=&quot;aidl&quot; location=&quot;${sdk.dir}/build-tools/22.0.1/aidl&quot; /&gt;</div><div>    &lt;property name=&quot;dx&quot; location=&quot;${sdk.dir}/build-tools/22.0.1/dx&quot; /&gt;</div><div>    &lt;property name=&quot;zipalign&quot; location=&quot;${sdk.dir}/build-tools/22.0.1/zipalign&quot; /&gt;</div></div><div>```</div><div><br></div><div>to $ANDROID_HOME/tools/ant/build.xml </div><div><br></div><div>Second, Google&#39;s bug report for tracking : </div><div><br></div><div><a href="https://code.google.com/p/android/issues/detail?id=176488">https://code.google.com/p/android/issues/detail?id=176488</a><br></div><div><br></div><div><br></div></div>