“Activity not found” in Android

后端 未结 7 1523
后悔当初
后悔当初 2021-01-24 23:04

I am using the navigation-drawer template in eclipse to do a simple Android application. I have some trouble with fragment. I declared a fragment called PresenceL

7条回答
  •  庸人自扰
    2021-01-24 23:40

    it is clear.

    "have you declared this activity in your AndroidManifest.xml?"

    you should check is there a tag。

    see this or maybe this

提交回复
热议问题