Android:Unable to find explicit activity class
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android:Unable to find explicit activity class相关的知识,希望对你有一定的参考价值。
写了两个Activity,确定java代码和xml配置文件没问题之后,运行工程,报错:
E/androidRuntime(10513): FATAL EXCEPTION: main
E/AndroidRuntime(10513): java.lang.RuntimeException: Unable to start activity ComponentInfoCaused by: android.content.ActivityNotFoundException: Unable to find explicit activity class
google了一下,找到了报错原因:AndroidMainfest.xml中没有声明新添加的Activity。很低级的错误啊。解决办法,在AndroidMainfest.xml中的application标签内部添加
<activity android:name="ListViewActivity" />
这里的ListViewActivity是新加的Activity,再次运行,顺利通过。
以上是关于Android:Unable to find explicit activity class的主要内容,如果未能解决你的问题,请参考以下文章
Android: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath':
Android Unable to add window -- token android.os.BinderProxy@3a067204 is not valid错误分析记录
Android Unable to execute dex: method ID not in [0, 0xffff]: 65536 问题解决方法
Flutter, Android Unable to load Maven meta-data from ~ Build error 解决方法
Cannot find current proxy: Set 'exposeProxy' property on Advised to 'true' to make i