How to solve com.android.ddmlib.InstallException: INSTALL_FAILED_UPDATE_INCOMPATIBLE
Asked Answered
T

2

7

I am using Mi Note3, before that, I can run the code from react-native using react-native run-android and connect with my phone. Now cannot already. My MIUI version is 10.2, I already open Developer options, USB debugging, Install via USB and turn off the MIUI optimization.

Taxiway answered 21/6, 2019 at 3:26 Comment(2)
have you checked version of youIncur
Thank you for your reply, which version? for phone or react native?Taxiway
S
11

This happens when you try to update a signed release build with a debug build for instance. apk cannot be installed because its signature is incompatible with the currently installed version.The solution is to uninstall the existing app from the device.

Sewellel answered 23/6, 2019 at 13:43 Comment(0)
M
2

Uninstall application once and then run command react-native run-android after connecting device.

Minion answered 23/6, 2019 at 11:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.