jntdst
Results
2
comments of
jntdst
Yes, make the versions all of of play-services identical. To do this, add these dependencies in build.gradle file. ` dependencies { ... compile 'com.google.android.gms:play-services-vision:15.0.1' compile 'com.google.android.gms:play-services-maps:15.0.1' ... } `
I have same error. what can we do?