Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable install Android APK from ADB on Xaomi Redmi Note 4

I am using Redmi Note 4 and trying to install Apk through Android Studio and getting the error while launching the app

DELETE_FAILED_INTERNAL_ERROR
Error while Installing APKs

I have already given all the necessary permissions like install via USB.

like image 567
Varun Ajay Gupta Avatar asked Nov 29 '22 13:11

Varun Ajay Gupta


1 Answers

It's Because of the instant run.

In case you are running a device with MIUI, Developer Option > Turn on MIUI optimization and turn it off.

Reboot your device and recompile the code.Instant Run will work again!!!

like image 179
Anjal Saneen Avatar answered Feb 22 '23 22:02

Anjal Saneen