出现无法找到明确的活动类别(从活动到片段的startactivity)的错误

时间:2018-11-14 18:02:04

标签: android

我的startactivity(i_back)有问题,我正在尝试从活动到片段开始活动。因此,由于清单是片段,因此无需在清单中声明,所以我不知道为什么会提前出现错误Thx

enter image description here

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:0)

您必须在清单中声明活动(在<application>内),

<activity android:name=".addressbook.ContactsFragment"/>

答案 1 :(得分:0)

如果您的课程$(function () { $("div.progress-bar").each(function () { if (parseInt($(this).text()) >= 4) { $(this).addClass("bg-success"); $(this).text('Superb'); } else if (parseInt($(this).text()) >= 4) { $(this).addClass("bg-warning"); $(this).text('Good'); } }); }); 扩展了ContactsFragment,则无法使用Fragment方法启动它。

检查有关如何处理碎片的文档。

https://developer.android.com/guide/components/fragments


如果您的类startActivity扩展了ContactsFragment,则必须在AndroidManifest.xml中的Activity标记中声明它,就像这样。

application

检查您的班级是否在任何包中。