代码之家  ›  专栏  ›  技术社区  ›  sharath

android.content.ActivityNotFoundException:

  •  21
  • sharath  · 技术社区  · 16 年前

    android.content.ActivityNotFoundException:找不到显式活动类{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">
    

    我遗漏了什么吗?

    23 回复  |  直到 14 年前