ActivityNotFoundException:当我试图从另一个活动中调用一个活动时,我得到了这个异常。完全例外是android.content.ActivityNotFoundException:Unable查找显式活动类{com.x.y/com.x.y.class};我在做一个intent.setClass("com.x.y","com.x.y.className")哪里className是我的活动类的名称com.x.y是它驻留的包。我的AndroidManifest.xml包含以下内容:<activity android:name="com.x.y.className" android:label="@string/app_name">我有遗漏什么吗?
3 回答
摇曳的蔷薇
TA贡献1793条经验 获得超6个赞
Intent intent = new Intent( this, class );
ActivityNotFoundException
RuntimeException
Typeface.createFromAsset()
)
try { /* your code */ ...} catch ( ActivityNotFoundException e) { e.printStackTrace();}
大话西游666
TA贡献1817条经验 获得超14个赞
Application > Application nodes > add
- 3 回答
- 0 关注
- 630 浏览
添加回答
举报
0/150
提交
取消