Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What for a .jar file you mean? Android Libraries do not work as usual java libraries. So you can not just compile them to a .jar and add them as dependency. Instead you have to load the complete Project into your webspace and then reference the project as an Android Library (Android Library Project). You can find more informatio on that using this article (see point 5.7) click