问题描述
我有一个Android应用,我正在使用Google Maps API for Android v2。在我将手机升级为棉花糖之前,它在我的手机中工作正常。更新我的手机后,我卸载它,并再次安装它使用Android Studio它开始有随机崩溃。并且每次出现错误时为止
$ b
I have an android app in which I am using Google Maps API for Android v2. It was working fine in my phone until I upgraded my phone to Marshmallow. After updating my phone once I uninstalled it and again installed it using Android Studio it started having random crash. And every time the error was
看起来像更新的谷歌游戏服务可能导致问题。帮助将不胜感激。
Looks like updated Google Play services might be causing problem. Help would be appreciated.
推荐答案
此logcat警告是由Google Play服务9.x中引入的错误引起的。它可以被安全地忽略,我不相信它会导致崩溃,所以你的崩溃可能是由不同的问题引起的。该消息应该在未来的更新中播放服务。
This logcat warning is caused by a bug introduced in Google Play Services 9.x. It can be safely ignored, I don't believe it causes a crash, so your crash may be caused by a different issue. The message should go away with a future update to play services.
这个问题已经得到了Google工程师在
This issue has been acknowledged by an engineer at Google in the answer to this post.
这篇关于由于V / GoogleSignatureVerifier,Android应用程序崩溃:Signature无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!