AndroidManifest from Jars
Posted
by Jeremy Edwards
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Edwards
Published on 2010-04-01T02:01:44Z
Indexed on
2010/04/01
7:33 UTC
Read the original article
Hit count: 616
Is it possible to have an AndroidManifest.xml and or resource files in a Jar file and import that into a executable Android project?
My goal is to provide styles, resources, and services from a jar library that can be accessed from a main android project for my common tools.
© Stack Overflow or respective owner