android.content.ActivityNotFoundException:

前端 未结 24 2079
一生所求
一生所求 2020-11-22 10:38

I am getting this exception while I am trying to call an activity from another one. The complete exception is

android.content.ActivityNotFoundExcept

24条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 11:31

    Delete your activity from the manifest and then add it again. This type do not write type the XML directly. Instead, go to Application > Application nodes > add, choose the Activity, and then browse for the file source.

    This worked for me.

提交回复
热议问题