moa wrote: > I want to be able to add google's exteneded json library to my app > (gson.jar). I can get it in the path so I can compile but it is not > being bundled into the application when being deployed. How can I do > this?
If you are using the stock Ant build.xml, just put the JAR in your project's libs/ directory, and it will be included in the compile and the APK packaging. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

