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
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'