Just replace:
android:name="com.crud.crupappone.CrudActivity"
to
android:name="com.crud.crudappone.CrudActivity"
in your manifest file inside activity tag, and then see the magic.
5
solved Fatal Error in Android program
Just replace:
android:name="com.crud.crupappone.CrudActivity"
to
android:name="com.crud.crudappone.CrudActivity"
in your manifest file inside activity tag, and then see the magic.
5
solved Fatal Error in Android program