Recently tried to update an Android app that I’d built in Processing, only to receive this error when trying to run it on the device:
1 2 3 |
debug: Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] Shutting down any existing adb server.. |
I found that this was due to using two different computers to upload the same app. I deleted the version that was currently on the Android device, then was able to upload from the new computer.