[android-developers] Re: Sharing code between apps as in Eclipse

2010-08-27 Thread Warren
Gentlemen you are amazing. Thank you. I am currently reading about and testing the Library Project approach outlined in the link. You are right, this is designed exactly for my use case. Warren On Aug 26, 10:54 am, Juhani pleafh...@gmail.com wrote: You will have to use Android library

[android-developers] Re: Sharing code between apps as in Eclipse

2010-08-26 Thread Juhani
You will have to use Android library projects instead of simply referring to the other project in Eclipse. That will create the R class to both projects. Follow instructions here: http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject to get it going. On Aug 26, 4:39 pm,