How can I share resources between the different Eclipse projects, so as to avoid duplication?

Viewed 10705

I have 2 android applications that share 95% of their resources, layouts, strings etc. only a few jpg's are different.

How can I share resources between the different Eclipse Android projects, so as to avoid resource duplication ?

3 Answers
Related