0

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?

Jim Blackler
  • 22,543
  • 11
  • 83
  • 100

1 Answers1

1

This discussion http://www.anddev.org/viewtopic.php?p=30725 indicates this isn't currently possible.

Jim Blackler
  • 22,543
  • 11
  • 83
  • 100