• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps ActivityNotFoundException

log cat says:
FATAL EXCEPTION: Thread-60
Process: com.aliah.thebasics, PID: 994 android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.aliah.thebasics.MENU }


Then it keeps mentioning the Activity saying to start activity for results

But i dont know what i am doing wrong i tried writing the activity like this

Intent menuIntent = new Intent ("com.aliah.thebasics.MEN")
Then i tried the same but with (".MENU")

But nothing
 
Back
Top Bottom