简体   繁体   中英

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. 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?

Yes, you are right. It seems that market application is missing. It can happen if you check the app on emulator.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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