ActivityNotFoundException: No Activity found to handle Intent

前端 未结 1 796
眼角桃花
眼角桃花 2021-01-12 23:04

This report I recive from google play, my app crash on :

  android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.google.an         


        
1条回答
  •  离开以前
    2021-01-13 00:02

    As you are using a Google Play Services component (the AccountPicker), you need to ensure that Google Play Services exists and is up to date on the users device before calling methods that use the service as explained in the setup guide.

    0 讨论(0)
提交回复
热议问题