Resource not found using library project in Android
- by hgpc
I'm converting an existing project into a library project. I configured the original project as a library project and added an application project which references the original project as a library.
The library project has an activity (MainActivity) and its layout (main.xml). The application project declares this activity as the main activity in…