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

前端 未结 3 1702
礼貌的吻别
礼貌的吻别 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:11

    As seeing your Logcat their is ClassCastException coming. this means you are casting to something which is not correct. Casting means changing datatype Like casting int to string or something like this. you should post your entire code. Pls check for anything related to casting Hope this solve your problem.

提交回复
热议问题