My application app depends on jar_a, which depends on jar_b. Now I
want to debug jar_b by changing it's code. Both the jar_a and jar_b is
built by ant tool. So my process is:

1) change jar_b
2) build jar_b
3) copy jar_b to the lib/ directory of jar_a
4) build jar_a
5) delete the reference to jar_a and jar_b in eclipse (Properties of
project) of app
6) re add the jar_a and jar_b into the eclipse

It's really painful, I don't know if I am doing the right way?

Thanks.
Bin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to