Anyone else have one of the latest Xaomi Redmi phones? My Note 4 just won't let me compile and deploy an APK from Android Studio:
04/18 21:08:14: Launching app
$ adb push C:\Users\martin\Documents\Android Projects\test-android\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.test.app
$ adb shell pm install -r "/data/local/tmp/com.test.app"
pkg: /data/local/tmp/com.test.app
Failure [INSTALL_CANCELED_BY_USER]
$ adb shell pm uninstall com.test.app
DELETE_FAILED_INTERNAL_ERROR
Error while Installing APK