I am updating a build.xml file using:
$ android update project -p .
I am also trying to include an external jar file.
The only way i can get past the obfuscate node in build.xml without
errors is by adding
<arg value="-libraryjars libs\Test.jar "/>
to the -obfuscate <target>. the problem is that if I run android
update again, it will wipe out my change.
How can I add an external jar file without having to constantly edit
the build.xml generated by the android tool.
I have no issues adding the jar file, building and debugging within
eclipse with ADT plugin, but for my daily automated build, i can only
get it to work by manually updating build.xml.
anyone have an idea how to get this to work?
tia.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en