Android Question Downgrade detected: Update version code 1 is older than current 2 What does this mean

jimseng

Active Member
Licensed User
Longtime User
Hello.
Can can someone explain what this means and how I go about sorting it? What do I need to check.
My manifest editor:
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="31"/>
I am using B4A version 13 Beta
And on running I get:
[INSTALL_FAILED_VERSION_DOWNGRADE: Downgrade detected: Update version code 1 is older than current 2]
I have searched but I can't find out how to investigate.
 
Top