Android.Content.ActivityNotFoundException: No Activity found to handle Intent
I you get the following error message when trying to email using an Android emulator:
Android.Content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.SEND_MULTIPLE typ=text/plain flg=0x10000000 (has extras) }Then you most likely do not have email setup in the emulator. Install Google Play on the emulator and setup an email account.
Comments