Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在菜单中添加了一个图标。但是在单击带有图标的选项后,会弹出异常。
04-20 20:17:20.623: 错误/AndroidRuntime(309): android.content.ActivityNotFoundException: 找不到明确的活动类 {jusbrz.bakalauras/jusbrz.bakalauras.AllCourseUsers}; 您是否在 AndroidManifest.xml 中声明了此活动?
活动已声明。我应该在添加图标后添加一些东西来显示吗?
活动需要在清单中声明为
<activity android:name=".AllCourseUsers" />