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

前端 未结 1 573
我寻月下人不归
我寻月下人不归 2021-01-25 17:30

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/goo         


        
相关标签:
1条回答
  • 2021-01-25 18:17

    Use play service maps 8.4.0 will fix it

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

    0 讨论(0)
提交回复
热议问题