自己在安装 Gboard 时,下载完成后提示 505
然后尝试使用 adb 安装,报错如下:
adb install LatinImeGoogle.apk Failed to install LatinImeGoogle.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install com.google.android.inputmethod.latin without first uninstalling package running as com.android.inputmethod.latin]
这个意思是有相同包名的应用?
用 adb 卸载了,还是会报同样的错。 Android 卸载应用后是不是还有其它地方存留着信息,导致同名包无法安装