Hi all I am trying to side load a chrome apk via ADB but it is giving me the INSTALL_FAILED_ALREADY_EXISTS error. I have verified via exhaustive searches of the packages and even the root that no file/apk/package exists that even has the word chrome in its title anywhere. Play Store also confirmed it is not installed. It will download the file but gives "already installed" error when it tried to load it. Cleared all caches/data and same. Also tried direct downloading the apk and installing that way but it just crashes.
The only thing I can think of is there is some other "flag" or registry somewhere that is telling it that it is still installed when it isn't? Where might that be? Or a hidden file perhaps?
FYI this is Android 4.4.2 older machine but needed.
Thanks
adb install -r
(for "re-install")? That usually helps with this error. – Izzy Feb 25 '18 at 10:59