0
votes

When I try to run my app with Firebase in an emulator, I get these error messages constantly:

W/DynamiteModule: Local module descriptor class for com.google.firebase.auth not found.
W/GooglePlayServicesUtil: Google Play services out of date.  Requires 10084000 but found 9879480

I updated everything that Android Studio asked me to update, I created a new emulator with API 25... But it's still not working.

I can neither do it from the emulator:

enter image description here

Does anyone know how to update Google Play Services on Android emulators?

1

1 Answers

0
votes

Go to Gradle scripts > build.gradle change version of Google play services to 9.8.0 in dependencies.