在应用程序更新的Google Play核心中安装错误-100

问题描述

我们前段时间使用Google Play Core库在App Updates中实施,最近(从9月8日开始)在我们的Crashlytics中显示了很多安装错误(-100)崩溃。 不确定当天是否会推出Google Play,但即使我们将库更新为1.8.0版(在1.7.3之前),崩溃仍然会达到每天活跃用户的7%。 在崩溃的堆栈跟踪之后:

Caused by com.google.android.play.core.install.InstallException: Install Error(-100): An internal error happened in the Play Store. (https://developer.android.com/reference/com/google/android/play/core/install/model/InstallErrorCode#ERROR_INTERNAL_ERROR)
   at com.google.android.play.core.appupdate.o.a(o.java:6)
   at com.google.android.play.core.internal.o.a(o.java:28)
   at com.google.android.play.core.internal.j.onTransact(j.java:20)
   at android.os.Binder.execTransactInternal(Binder.java:1056)
   at android.os.Binder.execTransact(Binder.java:1029)

问题是什么错误?内部错误似乎是一个通用错误,它并没有说明我该如何解决

它似乎是其中一个的重复,但是由于没有答案,我再次询问。 How to solve install status code -100 while working with In-App update in Android?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)