3

While trying to connect Android Studio with a flutter project to Firebase, this error code appeared. After doing A LOT of research, I tried to change my thing, but none seemed to work. I changed my emulator from API 28 to 26 to R, with Nexus 5X which supports Google Play Services. Afterwards, I also added firebase_auth code and cloud_firestore code to pubspec.yaml but it didn't work either. I also tried to change the emulator to Cold Boot but that didn't help. I am really stuck, please HELP!!! Thx :)

Yonghao Song
  • 31
  • 1
  • 1
  • 2
  • 2
    This indicates that the emulator isn't able to connect to the internet. I had the same issue and this answer worked for me [Android Studio - Android Emulator Wifi Connected with No Internet](https://stackoverflow.com/a/50706333/235671) – t3chb0t May 23 '20 at 09:56
  • See my comment here: https://stackoverflow.com/a/70428443/5721702. You might have forgotten to install Google Play services in your SDK Tools. – Huy-Anh Hoang Dec 20 '21 at 21:53

1 Answers1

1

Per GitHub post, this error is actually not related to Flutter. In fact, there is an open GitHub issue in Firebase regarding this error. You can check the recommended workarounds here.

MαπμQμαπkγVπ.0
  • 5,887
  • 1
  • 27
  • 65