How do I make an Android library for static linking that includes resources?

Posted by Jim Blackler on Stack Overflow See other posts from Stack Overflow or by Jim Blackler
Published on 2010-03-07T18:23:29Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 238

Filed under:

I am successfully linking some of my code stored in a .jar-based library to my Android app. The .jar code references Android library content just fine.

The problem is I need to include 'res' resources in the library but can't work out how to do this.

Any suggestions?

© Stack Overflow or respective owner

Related posts about android