TradeMe / MapMe

The Android maps adapter
MIT License
841 stars 75 forks source link

Crash #11

Closed vkropivko closed 6 years ago

vkropivko commented 6 years ago

After add library crash FATAL EXCEPTION: main java.lang.NoSuchMethodError: No static method zzb(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in class Lcom/google/android/gms/common/internal/zzbo; or its super classes (declaration of 'com.google.android.gms.common.internal.zzbo com.google.firebase.provider.FirebaseInitProvider.attachInfo(Unknown Source)

josh-burton commented 6 years ago

Thanks for reporting this. The crash seems related to Google Play Services. Can you confirm which version you are using?

vkropivko commented 6 years ago

ext.support_version = '26.1.0' ext.play_services_version = '11.0.2'

josh-burton commented 6 years ago

What steps lead up to this crash?

vkropivko commented 6 years ago

Launch application and crash

josh-burton commented 6 years ago

Can you provide a few more details?

Which device(s)? Which Android OS versions?

Can you confirm the crash disappears when not using MapMe?

vkropivko commented 6 years ago

Crash in all device and emulator Can you confirm the crash disappears when not using MapMe? Yes when I delete dependency all ok

cloudshooterhuman commented 6 years ago

Did you try to restart and invalidate cash ?

vkropivko commented 6 years ago

Yes of course

josh-burton commented 6 years ago

I think the next step here would be to try and create a small sample project that can reproduce the issue.

josh-burton commented 6 years ago

Also, I just realised you are compiling Google Play Services 11.0.2, and MapMe is using 11.2.0. I don't think this is the issue, but it's worth trying to update your app to 11.2.0.

josh-burton commented 6 years ago

I'll close this as there hasn't been any activity in a while.