Enable the google places API for Android in developer console. https://console.developers.google.com/apis/library
Category: Android
Failed to resolve: com.google.android.gms:play-services-places:16.0.0
Just place google() before jcenter() In project build.gradle file or just copy and paste below build.gradle code in your project build.gradle file. And build project again see the problem is resolved. see build.grdle file If it says google() not found (not…