Unable to solve errors in android?

后端 未结 4 1309
难免孤独
难免孤独 2020-12-21 14:06

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

4条回答
  •  情歌与酒
    2020-12-21 14:47

    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.

提交回复
热议问题