views:

85

answers:

2

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.

+2  A: 

Services and other Java classes, yes. Styles, resources, AndroidManifest.xml -- no.

CommonsWare
A big shortcoming in my opinion, but the current way it works.
broschb