zoukankan      html  css  js  c++  java
  • adb: failed to install Magiskv23.0.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to reinstall com.topjohnwu.magisk without first uninstalling.]

    adb 安卓magisk 报错,错误信息是 adb: failed to install Magisk-v23.0.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install com.topjohnwu.magisk without first uninstalling.]

    C:\Users\16613\Desktop\shuaji8.1>adb install Magisk-v23.0.apk
    adb: failed to install Magisk-v23.0.apk: Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install com.topjohnwu.magisk without first uninstalling.]
    
    C:\Users\16613\Desktop\shuaji8.1>adb install -r C:\Users\16613\Desktop\shuaji8.1\Magisk-v23.0.apk
    Success

    使用adb install安装apk的时候,设备上已经安装过一个版本,再次安装的话,会安装失败,出现如下提示信息:INSTALL_FAILED_ALREADY_EXISTS

    这时只要在命令中添加-r即可覆盖安装:

    adb install -r 你的apk完整路径

    如果觉得对您有帮助,麻烦您点一下推荐,谢谢!



    好记忆不如烂笔头
  • 相关阅读:
    在线压缩与解压
    批处理删除文件del dos cmd
    git教程
    网页图标下载
    vs2010使用git
    配置 authorization deny allow
    mvc4下载
    nuget自动发布脚本
    OAuth2.0
    使用 HttpModel与现有基于共享登录信息( Cookie )的网站进行集成
  • 原文地址:https://www.cnblogs.com/xuchunlin/p/15771991.html
Copyright © 2011-2022 走看看