Move your common code and UI into an Android Library Project http://developer.android.com/guide/developing/eclipse-adt.html#libraryProject
On Aug 18, 8:02 am, Roj Thomas <[email protected]> wrote: > Hi, > Is there any option to change the default location of R.java file? By > default R.Java will get created in package of the application. I have a > common code (with UI) which has to go with different applications with > different package names. When ever I change the package name in manifest > file, R.java will created inside that package so I have to change the import > statement with the new location of R. How I can avoid it? > > Thanks, > Roj -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

