I have two Android projects in my Workspace. Now, I want to access the res/layout files of second project in the activity/Java class of my first project.
I have already added the second project as a library of first project but its not working. Do I need to give the path in setContentView(R.layout.main) or something like that. Please suggest.
FYI: I am working on 4.2 version of Android.
Regards, Anupriya