I am getting the following exception while trying out google places API to get likelihood places for Current Place in android.
Process: me.nabeelkottol.linke
Well in my case both com.google.android.gms.version and com.google.android.geo.API_KEY were already added in manifest.
Why this error occurred because i switched my project into a new system the sha1 key didn't matched from the list.
What i did to resolve this error is: I have generated new SHA1 from my new system and added this SHA1 in under
credentials=> API Key=> then Add package name and SHA1
of Places SDK for Android