I am having
Could not find class `'com.google.android.gms.location.internal.ParcelableGeofence', referenced from method gls.a'`
problem in my Google maps in android. Can anyone help me please, I am stuck
I had a SHA1 : for my play store app. The key that I generated for google map was a debug key. Next I found that the app once uploaded on the app store and generated a google map key. Google uses some kind of authentication for my app to check whether my map API key is correct or not for my app package. So I used my gmail account from which I have access for uploading app on play store. Next went to Google MAP API console created a key with my SHA1;package name on console. I used this key for my map now.
I think when we are debugging a app which is already on play store this error come because of authentication issue os the map API
for debuging generate another key and for uploading another key or ( API key which was created earlier for the package or app).
This helped me. Sorry for bad english.