How to fix the new issue “No virtual method zzts()” about Google map (Android)

白昼怎懂夜的黑 提交于 2019-12-02 14:41:19

问题


I have this issue in google-maps-api-2 (8.3.0) for Android app. Please help me fix it. Thank a lot.

java.lang.NoSuchMethodError: No virtual method zzts()Lcom/google/android/gms/dynamic/LifecycleDelegate; in class Lcom/google/android/gms/maps/SupportMapFragment$zzb; or its super classes (declaration of 'com.google.android.gms.maps.SupportMapFragment$zzb' appears in /data/app/com.kerofrog.tribezen-1/base.apk)

回答1:


Use play service maps 8.4.0 will fix it

compile 'com.google.android.gms:play-services-maps:8.4.0'



来源:https://stackoverflow.com/questions/36739174/how-to-fix-the-new-issue-no-virtual-method-zzts-about-google-map-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!