gpt4 book ai didi

Android.Content.ActivityNotFoundException : Unable to find explicit activity class {} have you declared this activity in your AndroidManifest. xml?

转载 作者:行者123 更新时间:2023-11-29 20:56:00 26 4
gpt4 key购买 nike

Android.Content.ActivityNotFoundException:无法找到显式 Activity 类 {AgLiveMobile.Droid/aglivemobile.droid.views.NewDemoView};您是否已在 AndroidManifest.xml 中声明此 Activity ?

我正在实现抽屉菜单并引用

https://github.com/benhysell/V.FlyoutTest

我在以下行收到此错误:

   this.ShowViewModel<NewDemoViewModel>();

我还在 xml 文件中给出了如下完整路径:

   <activity
android:name="aglivemobile.droid.views.NewDemoView">
</activity>

这是什么意思?我应该怎么做才能解决这个问题?提前致谢

最佳答案

也许您需要检查您是否将新 Activity 添加到 manifest.xml 文件

                                      or

您正在调用的 Activity 不仅应出现在其自身包的 list 中,而且还应出现在 CALLING 包的 list 中。

关于Android.Content.ActivityNotFoundException : Unable to find explicit activity class {} have you declared this activity in your AndroidManifest. xml?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27743088/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com