问题
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