An Android studio2.3 has been downloaded today. 0 version, want to debug one of their own project, but found that the project compiled to run normally, but a debug error:
09/14 16:19:13:launching App
$ adb shell am StartService com.xxxxxx.xxxxx/com.android.tools.fd.runtime.instantrunservice
Error while Executing:am StartService Com.xxxxxx.xxxx/com.android.tools.fd.runtime.instantrunservice
Starting service:intent {Act=android.intent.action.main Cat=[android.intent.category.launcher] cmp=com.xxxxx.xxxxx /com.android.tools.fd.runtime.instantrunservice}
Error:not found; No service started.
But put on another Mac but everything is normal, so a face is crazy.
Later on the internet after the data, found that because of the version of the problem, 2.3.0 there is a bug, and my Mac is 2.3.3 version. The issue was resolved after the version was updated.
Experience, the first version of each software is really not to use Ah, the bug really can not be more.
Android Studio Debug Error AM StartService