android.content.ActivityNotFoundException:

前端 未结 24 1856
一生所求
一生所求 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:13

    Restart the Eclipse and check your Manifestfile again. If you find missing the respective Activity, then add it and try again. It solved my similar issue.

提交回复
热议问题