使用应用内更新时,com.google.android.play.core.install.InstallException:安装错误:-6

时间:2019-06-13 10:00:46

标签: android kotlin google-play-services

我正在尝试使用播放核心库来实现应用内更新。 我正在使用依赖项

implementation 'com.google.android.play:core:1.5.0'

这是我用来检查更新的代码

val updateManager = AppUpdateManagerFactory.create(this)
        updateManager.appUpdateInfo.addOnSuccessListener {
            //code to run is its successful
        }.addOnFailureListener {
            //something wrong happened
            it.printStackTrace()

        }

Onsuccess在某些设备上被调用,但在某些onFailedListener上被调用,并引发此错误 com.google.android.play.core.install.InstallException: Install Error: -6

1 个答案:

答案 0 :(得分:1)

developer docs中查看此处 Install Error: -6的意思是

  

由于当前设备状态(例如,电池电量不足,磁盘空间不足等),不允许下载/安装。

     

常量值:-6(0xfffffffa)