android - INSTALL_FAILED_UPDATE_INCOMPATIBLE but app not installed -


i getting install_failed_update_incompatible error upon doing a

adb install mypackage.apk 

i did other posts out there suggest, namely uninstall of package with

adb uninstall com.company.package 

(with appropriate substitutions 'company' , 'package'), reports 'success', install error still appears...

in adb logcat output get

no content provider found permission revoke:     file:///data/local/tmp/mypackage.apk package com.company.package codepath changed     /data/app/com.company.package-1.apk     /data/app/com.company.package-2.apk; retaining data , using new package couldn't installed in /data/app/com.company.package-2.apk 

which suggests there still traces of previous install left, cannot figure out how rid of traces.

any ideas? device not rooted , keep way if possible.

in case, though uninstalled app, still installed other users. go settings > apps > "your app" > uninstall users in menu.

my device nexus 5 running api 22 (5.1)


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -