I have a project that I would like to add external libraries to (and have them packaged with the application) but I am not sure it is happening. I read on this link:
http://developer.android.com/intl/fr/guide/appendix/faq/commontasks.html
how to, but they do not show up in any of the /data/data/project directories. Does anyone know how I can confirm that the libraries were in fact added to the project for use at runtime? Thanks.