Google Map Api v2 shows “V/GoogleSignatureVerifier : signature not valid” error message in log

后端 未结 8 945
情歌与酒
情歌与酒 2020-12-03 00:24

I am developing an Android application using google map api v2 to show a Map in a Fragment. When I run the application, I always got this error message poppin i

8条回答
  •  抹茶落季
    2020-12-03 00:52

    I have fixed it by deleting the debug.keystore file found in the .android folder. It will generate automatically and create new SHA1 using that file.

提交回复
热议问题