Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instant run does not work

I'm getting this issue in android studio 2.3 when I click on run:

03/09 19:02:36: Launching app
$ adb shell am startservice 

com.a890m.s/com.android.tools.fd.runtime.InstantRunService
Error while executing: am startservice com.a890m.s/com.android.tools.fd.runtime.InstantRunService

Starting service: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.a890m.s/com.android.tools.fd.runtime.InstantRunService }

Error: Not found; no service started.
like image 750
Sherwyn Cardozo Avatar asked Mar 09 '17 13:03

Sherwyn Cardozo


1 Answers

This issue is only in Android Studio 2.3 which is still open in google issue Tracker You can resolve it (for time being not a permeant solution because Instant run is needed) by disabling instant run in your android studio. goto-> Android Studio -> Preferences -> Build, Execution, Deployment -> Instant Run

like image 87
Faakhir Avatar answered Nov 09 '22 14:11

Faakhir