如何在Android应用中追踪错误?

时间:2012-04-24 00:19:45

标签: android exception

我最近在google play上放了一个应用程序,有些人报告错误。我从未遇到过这个应用程序的错误,我不知道是什么导致它。这是错误,它说:

  android.content.ActivityNotFoundException: No Activity found to handle Intent {act=android.intent.action.VIEW dat=http://a47.video2.blip.tv/12990004359402/RoosterTeeth-RedVsBlueEpisode1933.flv?brs=1011&bri=1.4 typ=video/flv }
 at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1408)
 at android.app.Instrumentation.execStartActivity(Instrumentation.java:1378)
 at android.app.Activity.startActivityForResult(Activity.java:2817)
 at android.app.Activity.startActivity(Activity.java:2923)
 at red.vs.blue.videos.SeasonOneListView.onListItemClick(SeasonOneListView.java:157)
 at android.app.ListActivity$2.onItemClick(ListActivity.java:321)
 at android.widget.AdapterView.performItemClick(AdapterView.java:284)
 at android.widget.ListView.performItemClick(ListView.java:3382)
 at android.widget.AbsListView$PerformClick.run(AbsListView.java:1696)
 at android.os.Handler.handleCallback(Handler.java:587)
 at android.os.Handler.dispatchMessage(Handler.java:92)
 at android.os.Looper.loop(Looper.java:123)
 at android.app.ActivityThread.main(ActivityThread.java:4627)
 at java.lang.reflect.Method.invokeNative(Native Method)
 at java.lang.reflect.Method.invoke(Method.java:521)
 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
 at dalvik.system.NativeStart.main(Native Method)

我真的很想得到一些帮助。我是一个菜鸟,所以如果有更多关于这个问题的信息,请帮我随意提问。

2 个答案:

答案 0 :(得分:2)

有些用户很可能手机中没有原生视频播放器。 很奇怪,但可能。

答案 1 :(得分:0)

是。您的错误用户可能没有安装视频播放器而不能处理文件类型为video/flv的网址。

相关问题