Google maps in my app is not visible

前端 未结 3 893
傲寒
傲寒 2021-02-02 11:22

When I launch my app I get the following error:

V/GoogleSignatureVerifier(4962): com.myapp.application signature not valid.  Found: 
V/GoogleSignatureVerifier(49         


        
相关标签:
3条回答
  • 2021-02-02 11:50

    The only solution for me was to downgrade the Google Play Services to version 8.7.02 on my devices. I know it is not a long term solution but it works for my tests, and I hope I'll find a better solution in the future...

    0 讨论(0)
  • 2021-02-02 12:07

    This warning is caused by a bug introduced in Google Play Services 9.x. It can be safely ignored, it will not cause any issues with your app and should go away with a future update to play services.

    This issue has been acknowledged by an engineer at Google in the answer to this post.

    0 讨论(0)
  • 2021-02-02 12:11

    When you delete debug.keystore then SHA1 fingerprint also changes. So you will need to get the latest SHA1 and then update it to the google map api developer console to get the Map.

    0 讨论(0)
提交回复
热议问题