13

我最近将 Android Studio 更新到 2.3。当我点击即时运行按钮时,它会编译应用程序,但不会在 Android 设备上打开应用程序。之后甚至没有启用“热插拔”,它显示“没有活动的“应用程序”启动”。知道我可能做错了什么。我尝试创建一个新项目,但也存在此错误。

我收到以下错误:

 Error while executing: am startservice
 com.example/com.android.tools.fd.runtime.InstantRunService Starting
 service: Intent { act=android.intent.action.MAIN
 cat=[android.intent.category.LAUNCHER]
 cmp=com.example/com.android.tools.fd.runtime.InstantRunService }
 Error: Not found; no service started.
4

2 回答 2

11

更新后出现同样的错误。如前所述,有一个关于这个主题的公开讨论。到目前为止,唯一的解决方法是您实际上disable instant run,这是唯一对我有用的方法。你可以这样做Preferences -> Build, Execution, Deployment -> Instant Run在此处输入图像描述

将其关闭并再次运行该应用程序,它就会工作。这是我们目前能做的最好的事情。

于 2017-04-12T09:28:18.687 回答
3

这是一个与设备相关的错误。有一个google问题讨论:

https://code.google.com/p/android/issues/detail?id=235879

他们找到了一些解决方案:

于 2017-03-11T09:10:04.397 回答