-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Android with AbstractMethodError abstract method "void com.google.android.gms.dynamic.zza.zza(com.google.android.gms.dynamic.zzo)" #1408
Comments
Same problem :( |
ditto |
+1 |
updating to:
fixed the problem for me. give it a try. |
You can try update to
worked for me |
Confirmed that @JPig's solution works out of the box. |
@ethan605, @JPig, @thupv: compile 'com.google.android.gms:play-services-base:11.0.0' But it does not work. |
Hi Replace: With
Means extra dependancy on I have tested in |
@cjadhav Thanks! Your solution works perfect. |
Not working in my case |
Any solution for "react-native-maps": "0.26.1" and "react-native": "0.61.5" ? |
update android/build.gradle
update android/app/build.gradle
|
Hi, today I got this error when running
react-native-maps
on Android.Packages using in my project:
android/build.gradle
dependencies:android/app/build.gradle
dependencies:Things are quite as same as #1051, #1077 and #1383 but non of these solutions worked for me. The map worked correctly before
react-native-i18n
,react-native-image-picker
and react-native-svg` added. But I'm not sure if they're the reasons or not.Anyone has faced this too?
The text was updated successfully, but these errors were encountered: