Could not find class 'com.google.android.gms.location.internal.ParcelableGeofence', referenced from method glt.a

前端 未结 4 1675
南笙
南笙 2020-12-24 08:21

Everything was working ok, then suddenly eclipse started breaking asking for a perspective switch and going to debug mode with the error \'Link of class \"Lcom/google/andro

4条回答
  •  眼角桃花
    2020-12-24 09:10

    The Issue is probably happening because the Map is not loaded and the app is trying to locate you in an unloaded Map. The Map is not loading with your api key or package name. I think your api key has got changed . Please check your api key and package name.

提交回复
热议问题