FATAL ERROR : main have you declared this activity in your AndroidManifest.xml?

前端 未结 3 1755
礼貌的吻别
礼貌的吻别 2020-12-22 13:21

I get the following error:

FATAL ERROR : main have you declared this activity in your AndroidManifest.xml?

I don\'t know how t

3条回答
  •  一向
    一向 (楼主)
    2020-12-22 14:25

    As per your error, you should be declared activity speak1 in manifest file. Then clean and build your project.

    Be sure speat1 extends Activity also.

提交回复
热议问题