This question has been asked before, but I was not able to find replies consistent with Android Studio 4.0. Actually, Android Studio offers (in Edit Configurations... > Miscellaneous) the "Skip installation if APK has not changed" option, and the relevant documentation reports:
When selected, Android Studio doesn’t redeploy your APK if it detects that it’s unchanged. If you want Android Studio to force an install of the APK, even if it hasn’t changed, then deselect this option. Default: selected
However, even after deselecting such option and running again the app, the APK is not actually reinstalled, as confirmed by the following message in the Event Log:
20:38 Install successfully finished in 106 ms.: App restart successful without requiring a re-install.
Anyone has incurred in this issue and know how to solve it?