Android Studio 2.3 Error starting application on real device

After updating Android Studio to 2.3, instant launch does not work and the application could not be launched on a real device

+3
source share
2 answers

If you are using a device with MIUI, go to "Developer Settings"> "Enable MIUI Optimization" and disable it.

Then you need to reboot the device and recompile the code.

Instant start should work again

+3
source

Providing Problem 233579 helps to disable MIUI optimization in the developer settings.

+1
source

Source: https://habr.com/ru/post/1264983/


All Articles