Skip to content

Instantly share code, notes, and snippets.

@technoplato
Created May 14, 2016 16:35
Show Gist options
  • Save technoplato/a68c6dcb5394e9d1baa71a01bbfaf200 to your computer and use it in GitHub Desktop.
Save technoplato/a68c6dcb5394e9d1baa71a01bbfaf200 to your computer and use it in GitHub Desktop.
05-14 09:33:53.835 17733-17733/vcard.vcardsend E/AndroidRuntime: FATAL EXCEPTION: main
Process: vcard.vcardsend, PID: 17733
java.lang.RuntimeException: Unable to start activity ComponentInfo{vcard.vcardsend/vcard.vcardsend.MainActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND typ=text/x-vcard flg=0x1 pkg=com.android.mms VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} clip={text/x-vcard U:file:///storage/emulated/0/Michael.vcf} (has extras) }
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3253)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349)
at android.app.ActivityThread.access$1100(ActivityThread.java:221)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7224)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND typ=text/x-vcard flg=0x1 pkg=com.android.mms VirtualScreenParam=Params{mDisplayId=-1, null, mFlags=0x00000000)} clip={text/x-vcard U:file:///storage/emulated/0/Michael.vcf} (has extras) }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1878)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1545)
at android.app.Activity.startActivityForResult(Activity.java:4283)
at android.app.Activity.startActivityForResult(Activity.java:4230)
at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:843)
at android.app.Activity.startActivity(Activity.java:4567)
at android.app.Activity.startActivity(Activity.java:4535)
at vcard.vcardsend.MainActivity.onCreate(MainActivity.java:30)
at android.app.Activity.performCreate(Activity.java:6876)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1135)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3206)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:158) 
at android.app.ActivityThread.main(ActivityThread.java:7224) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment