14

Android Studio gives error when running application with instant run enabled. I have updated my android studio to 2.3 today and since then its showing me above information.

Manish Patiyal
  • 4,427
  • 5
  • 21
  • 35

4 Answers4

1

On android studio 3.0.1 I ran a full build right after I enabled instant run. Once that was done . The error was gone and instant run worked.

nishon.tan
  • 969
  • 2
  • 8
  • 21
0

Re-run Android studio with emulator helped me to install it on next lunch.

kyxap
  • 516
  • 6
  • 20
0

if you are using external devices then turn On or Off the device, or connection miss-match. please retry to connect devices and run your application then reconnect device.

VIJAY RAVAL
  • 138
  • 1
  • 8
-2

You can disable Instant Run by going to (in android studio) File -> Settings -> Build,Execution,Deployment -> Instant Run

and uncheck Instant Run

eRaisedToX
  • 3,221
  • 2
  • 22
  • 28
  • 4
    why would I want to do that ? – Manish Patiyal Mar 07 '17 at 10:17
  • The error come because Intant run dont install in the device the app correctly due his optimization. It dissable the Instant run and the error disappears. Is not the best solution, but work – Angel Feb 17 '18 at 19:18