I have identified some common activities in a library project and want to reuse them in my working project.
I declared my library project as an Android library, using the fully qualified name Activity and declaring it in the AndroidManifest.xml of the new project. However, I get the message "Cannot find explicit class of activity" when the application starts.
Any other configurations I have to complete to get things started?
source share