简体   繁体   English

android.content.activitynotfoundexception

[英]android.content.activitynotfoundexception

I had made a videorecording app for my android project on eclipse on the windows xp platform...at 1st it wud just recors a video with no audio i/o...as soon as i seemed to have added the audiorecording feature, the process would just close just like that...i used the ddms and found the following log frm my device.... 我在Windows XP平台上的eclipse上为我的android项目制作了一个视频录制应用程序...首先,它只是录制了一个没有音频输入/输出的视频...只要我似乎已经添加了音频录制功能,进程将像这样关闭...我使用了ddms,并在设备上找到了以下日志frm。...

android.content.ActivityNotFoundException:Unable to find activity class("namespace of the project) android.content.ActivityNotFoundException:无法找到活动类(“项目的命名空间”)

can any1 please help me with this???? 任何人都可以帮我吗????

PS:I'd also like to appreciate your help if in case u could tel me how to facilitate real-time duplex video-streaming over WIFI..... PS:如果您能致电给我如何促进WIFI上的实时双工视频流传输,我也非常感谢您的帮助。

Have you added the Activity to your Androidmanifest.xml ? 您是否已将Activity添加到Androidmanifest.xml Have you changed the name of your Activity without updating the manifest? 您是否更改了Activity的名称而不更新清单?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM