Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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.


Post a Comment for "Activitynotfoundexception: No Activity Found To Handle Intent"