Android studio instant run disabled

时间:2017-08-04 12:38:45

标签: android android-studio

When I start my application in Android Studio (Gradle 2.3.3, buildToolsVersion 26.0.1, compileSdkVersion 26, debug variant), the Instant Run button appears disabled constantly. If I hover on it, it says "Apply changes: No active XXX launch", even though it's currently running on the emulator. Any idea why?

May be related: the Stop Process button shows a small "2" on it, and there are two options for stopping processes: XXX, and XXX-java (query XXX is the name of the main module)

1 个答案:

答案 0 :(得分:0)

我怀疑是对的。在运行时,而不是调试,只有一个进程启动,然后即时运行工作。因此,现在的问题是调试启动2进程的原因。

但是,我知道这是一个不同的问题,所以为了清楚起见,我要关闭这个并制作一个新问题。

Here's the link

相关问题