android.content.ActivityNotFoundException:

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

    you can add this code in manifiest.xml file

    action android:name="com.kaushalam.activity101activity.SecondActivity"
    category android:name="android.intent.category.DEFAULT"
    

提交回复
热议问题