[aerogear-dev] Ant in Android is currently Broken (with workaround)
Matthias Wessendorf
matzew at apache.org
Mon Jun 15 10:45:38 EDT 2015
And yes, I ran into this too
https://github.com/jboss-mobile/unified-push-helloworld/pull/13#issuecomment-112071704
-Matthias
On Mon, Jun 15, 2015 at 4:19 PM, Summers Pittman <supittma at redhat.com>
wrote:
> Y'all,
>
> 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's bug tracker.
>
> If you are seeing an error along the lines of ${aapt} can not be found
> then this affects you.
>
> First the workaround :
>
> add
> ```
> <property name="aapt" location="${sdk.dir}/build-tools/22.0.1/aapt" />
> <property name="aidl" location="${sdk.dir}/build-tools/22.0.1/aidl" />
> <property name="dx" location="${sdk.dir}/build-tools/22.0.1/dx" />
> <property name="zipalign"
> location="${sdk.dir}/build-tools/22.0.1/zipalign" />
> ```
>
> to $ANDROID_HOME/tools/ant/build.xml
>
> Second, Google's bug report for tracking :
>
> https://code.google.com/p/android/issues/detail?id=176488
>
>
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20150615/dfef8d53/attachment.html
More information about the aerogear-dev
mailing list