I am working on android quiz game. QuestionActivity and EndgameActivity are 2 classes in my game. I want when my game over control transferred to EndgameActivity. For this i
Addyour EndGame Activity in the manifest file. Logcat clearly says
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=EndgameActivity }
Just add the EndgameActivity in the manifest file inside a new activity tag.