ActivityNotFoundException: No Activity found to handle Intent
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This report I recive from google play, my app crash on : android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.android.gms.common.account.CHOOSE_ACCOUNT (has extras) } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1518) at android.app.Instrumentation.execStartActivity(Instrumentation.java:1390) at android.app.Activity.startActivityForResult(Activity.java:3204) at com.example.uploadvideo.MainUploadToYoutube.authenticate(MainUploadToYoutube.java:287) at com.example