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.

Jeremy Edwards
  • 14,620
  • 17
  • 74
  • 99

1 Answers1

2

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

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491