Skip to main content
Source Link
Jeff Gilfelt
  • 26.2k
  • 7
  • 50
  • 47

Packaging Android resource files within a distributable Jar file

I am working on some reusable Android code that I would like to distribute to other developers for use within their own applications. The code has some resource dependencies (layouts, xml & png drawables) that I would like to be able to include and reference within a single package (Jar file).

Is this possible, and if so what is the best method to do this?