Friends, I was getting this error while implementing google map API in my APP. I was getting this issue:
Error getting autocomplete prediction API call: Status{statusCode=PLACES_API_ACCESS_NOT_CONFIGURED, resolution=null}
While searching result for these issues, I got a solution that "open google play console and enable Google Place SDK for Android". But while opening GOOGLE PLAY SDK FOR ANDROID ,I was unable to open it and got these issues as shown in figure below. Now I able to resole this issues.See my answer given below in the link to implement new SDk released. Thanks.
implementation 'com.google.android.gms:play-services-places:16.0.0'
and addedimplementation 'com.google.android.libraries.places:places-compat:1.0.0'
. Did the gradle sync. I don't have any "Powered by Google" assets. So, I did not change anything for that. My minSdkVersion is 23 (which is above 14). After following all these steps, I am still getting the error. Could you please tell me how did you resolve the error. It would be of great help to me. Thanks!