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.
Asked
Active
Viewed 3.1k times
14
-
did you perform a clean, validate and restart ? – Remario Mar 07 '17 at 09:54
4 Answers
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
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
-
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