Android 7.0calls adb install error INSTALL_FAILED_VERSION_DOWNGRADE

android 7.0call adb shell pm install-d-r command or adb install-d-r command to install lower version of the application hint:

Failure[INSTALL_FAILED_VERSION_DOWNGRADE] 

is there a test? At present, I have tested 7. 0 before the Android is no problem can pass.

Mar.16,2021

(- d: allow version code downgrade (debuggable packages only))

  adb install [-lrtsdg] <file>
      - push this package file to the device and install it
        (-l: forward lock application)
        (-r: replace existing application)
        (-t: allow test packages)
        (-s: install application on sdcard)
        (-d: allow version code downgrade (debuggable packages only))
        (-g: grant all runtime permissions)
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b386-2c271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b386-2c271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?