简体   繁体   English

Android ActivityNotFoundException意图

[英]Android ActivityNotFoundException Intent

I'm noticing a few errors flagged by analytics: 我注意到分析标记的一些错误:

class android.content.ActivityNotFoundException
Msg: android.app.Instrumentation.checkStartActivityResult:1408 (No Activity found to handle Intent { act=android.intent.action.VIEW dat=market://details?id=com.example.myprog })

The below code is to get a Android Market to open. 以下代码是为了打开Android Market。 Am I correct in thinking that this error means that Android Market is not installed and there is no other app registered to handle market URLs? 我是否认为此错误意味着未安装Android Market并且没有其他应用程序注册处理市场网址?

Yes, you are right. 是的,你是对的。 It seems that market application is missing. 似乎缺少市场应用。 It can happen if you check the app on emulator. 如果您在模拟器上检查应用程序,就会发生这种情况。

暂无
暂无

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

相关问题 Android:StreetView意图导致ActivityNotFoundException - Android:StreetView intent causing ActivityNotFoundException 简单 https URI 意图上的 Android ActivityNotFoundException - Android ActivityNotFoundException on simple https URI Intent 使用Intent的android.content.ActivityNotFoundException - android.content.ActivityNotFoundException using Intent [Android]context.startActvity(intent) 抛出 ActivityNotFoundException - [Android]context.startActvity(intent) throwing ActivityNotFoundException android.content.ActivityNotFoundException:将url传递给intent - android.content.ActivityNotFoundException: passing url to the intent Android Intent数据失败并且Intent解析返回ActivityNotFoundException - Android Intent data fails and intent resolution returns ActivityNotFoundException Android错误:“ android.content.ActivityNotFoundException:未找到用于处理Intent的活动” - Android error : “android.content.ActivityNotFoundException: No Activity found to handle Intent” Android:android.content.ActivityNotFoundException:找不到处理 Intent 的活动 - Android: android.content.ActivityNotFoundException: No Activity found to handle Intent android.content.ActivityNotFoundException:没有找到处理意图的活动 - googleMaps - android.content.ActivityNotFoundException: No Activity found to handle Intent - googleMaps 启动android.intent.action.VIEW时出现ActivityNotFoundException - ActivityNotFoundException when starting android.intent.action.VIEW
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM