3

I am trying to Flutter Run on the android emulator but I take a error. However Android emulator has a internet connection.

Error:

W/Firestore(12362): This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.**

W/Firestore(12643): (24.2.2) [WatchStream]: (942dfc6) Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}.
W/DynamiteModule(12643): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
I/DynamiteModule(12643): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
W/ProviderInstaller(12643): Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.

how can I fix this?

desertnaut
  • 57,590
  • 26
  • 140
  • 166

1 Answers1

2

I had the same problem and downgrading Android Emulator (31.3.10 —> 30.9.5) solved my problem.

Firebase doesn't work on Android Studio Emulator

PeterK
  • 36
  • 2