INSTALL_FAILED_DOWNGRADE easy fix
Many times developers need to deploy different version of app or when switch branches with different version codes usually gets error INSTALL_FAILED_DOWNGRADE
To avoid this issue due to already installed app it is good to add flags to Android Studio when deploying/installing app add folloving flags
-r -d
To get better idea how it looks like ;)