adb android magisk error: 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
When using ADB install to install APK, a version has been installed on the device. If you install it again, the installation will fail. The following prompt message appears: install_FAILED_ALREADY_EXISTS
In this case, simply add – r to the command to overwrite the installation:
ADB install – r your APK full path