App is having trouble with Google Play Services. Please try again

后端 未结 4 1577
走了就别回头了
走了就别回头了 2021-01-11 12:58

I have done this code several times. But from today morning i see this problem occurs. This is a basic code to show a map layout. And showing this error to me. And also I en

4条回答
  •  执笔经年
    2021-01-11 13:30

    I solved this problem.

    By changing app level gradle dependencies

    from this

    implementation 'com.google.android.gms:play-services-maps:16.1.0'
    

    to this

    implementation 'com.google.android.gms:play-services-maps:16.0.0'
    

    Update:

    Now i can use this latest gradle dependency. It works fine for me.

    implementation 'com.google.android.gms:play-services-maps:16.1.0'
    

提交回复
热议问题