skip to Main Content

I’m experiencing an issue with Google Sign-In on the Android emulator. While Google Sign-In works perfectly on iOS emulators, it fails to load the login screen on the Android emulator, eventually showing "Couldn’t sign in". This issue persists across different applications, including the Play Store, YouTube, and my Flutter app. I am using a Mac. The wifi work perfectly on the android emulators and the google play service are enabled. Does anyone have any ideas on how to resolve this issue?

Thank in advance!

I tried to change the network and nothings seems to work

2

Answers


  1. Chosen as BEST ANSWER

    I forgot to mention that google play services was active, I even tried on multiple emulator. Google play services doesn't seem to be the issue.


  2. You didn’t provide details to identify the causing issue correctly. But the possibility is your Emulator doesn’t have Google Play Services installed.

    Create a new Emulator that has Google Play Services active.

    There is an icon of Play while creating the emulator indicating if this emulator has google play service.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search