我正在尝试使用播放核心库来实现应用内更新。 我正在使用依赖项
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
答案 0 :(得分:1)
在developer docs中查看此处
Install Error: -6
的意思是
由于当前设备状态(例如,电池电量不足,磁盘空间不足等),不允许下载/安装。
常量值:-6(0xfffffffa)