How to start an activity that is defined in other Android projects?

Posted by qichuan on Stack Overflow See other posts from Stack Overflow or by qichuan
Published on 2011-02-27T14:11:22Z Indexed on 2011/02/27 15:25 UTC
Read the original article Hit count: 147

Filed under:
|

I have defined some common Activities in a library project and want to reuse these activity in my working project.

I declared my library project as Android library, use the fully-qualified name of the Activities and declare them in the AndroidManifest.xml of the new project. However, I get 'Unable to find explicit activity class' error when launching the application.

Any other configurations shall I do in order to start the Activities?

© Stack Overflow or respective owner

Related posts about java

Related posts about android