由于 Google Play 服务 8.3.0,无法从 Play 商店安装 Android 应用

标签 android google-play google-play-services

最近我收到一些报告,说我们的一个应用程序无法从 Play 商店安装。错误信息是:

无法安装“应用名称”。重试,如果问题仍然存在,请寻求帮助进行故障排除(错误代码:-505)

Error message

该应用在最新版本之前运行良好,从未遇到过类似问题。

这是否对任何人敲响了警钟?

编辑:

这整件事似乎与新的 Google Play 服务 v8.3.0 有关

最佳答案

经过一些调试,我发现问题出在最新版本的 Google Play 服务上,version 8.3.0

我将 Play Services 降级到应用程序中的最新稳定版本 (GPS 8.1.0),并将新版本发送给遇到安装问题的用户,他们能够成功安装应用程序。

这似乎也影响了一些应用程序,例如 Mixcloud,但它也可能会破坏 Beta,Fabric 的应用程序可以帮助您分发应用程序。

所以现在,您可能应该坚持将 Google Play 服务更新到 8.3.0,直到他们解决这个问题。(?)

Here是与 Fabric 团队讨论同一件事。

编辑:

Fabric 在其 Beta 应用程序的 1.5.1 版中修复了此错误。

关于由于 Google Play 服务 8.3.0,无法从 Play 商店安装 Android 应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33681525/

相关文章:

android - 发布对Android Market的依赖

android - 如何调试签署发布的apk?

android - Google Play服务位置API : onLocationChanged only called once

android:如何从 strings.xml 中的字符串数组中获取项目的属性

android - 强制屏幕开启

java - .class 到 .dex 的转换

android - 错误 : fix the version conflict (google-services plugin) using productFlavors

android - 使用 Firebase 进行单元测试

android - 将 App Bundle 上传到 Google Play 卡在处理中

android - 为什么 ActivityRecognitionApi 中的 requestActivityUpdates() 需要在调用时连接现有的 GoogleApiClient?