Verify that in your Manifest file there is activity tag like this
<activity android:name=“.classname”>
and that classname is the name of class that
… extends Activity
Did my solution solve your problem?
Verify that in your Manifest file there is activity tag like this
<activity android:name=“.classname”>
and that classname is the name of class that
… extends Activity
Did my solution solve your problem?