Android Question Infamous Failure [INSTALL_FAILED_VERSION_DOWNGRADE]

jaraiza

Active Member
Licensed User
Longtime User
Hi,

I was writing an application using KeyValueStore 2.0, but suddenly it started throwing errors in Android 6.x (5.x and below works fine). I was using android:targetSdkVersion="25".

This is the error:

KeyStoreValue_Error.png


So I wanted to try a lower target (I read using a SDK below 23 would work) but now I'm getting Version Downgrade error :(

Downgrading.PNG


I tried to uninstall the app using Android 6 option "Uninstall from all users", otherwise a "ghosted" application is kept.

But the problem remains, I need to clean that data/local/tmp folder.

Any ideas?

Thanks!
 
Top