Installation of APK: install_ PARSE_ FAILED_ INCONSISTENT_ CERTIFICATES

appears similar to INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES when installing the APK file, such problems are mainly caused by signature conflicts. For example, if you use ADB’s debug authority signature, but later install the same file after using standard sign signature, such error prompt will occur. The solution is to uninstall the original version and then install it. The adb install – R parameter does not solve the problem.

Read More: