I just updated my Android Studio to version 3.5. When I run App using my phone, it successfully compiles, but an error occurs during the installation process.
this is the error message:
Installation did not succeed.
The application could not be installed.
Installation failed due to: ''pm install-create -r -t -S 1472245' returns error 'UNSUPPORTED''
How can I fix this?
I had the same issue. Finally after some research I got it working. Disabled developer mode on the phone. Then enabled it again and enabled all options like USB install, USB debugging etc, disabled MIUI optimization and rebooted the phone. After reboot, the app installed and is working fine.