Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable Instant Run in Android Studio 4.0?

Tags:

I updated to the new Android Studio version 4.0 and there's an irritating issue I am facing which

I believe is a result of instant run (or whatever the new name of this feature is). Basically on using the Android studio run/play button, the app does not launch on the device sometimes and erratically. It always installs but sometimes fails to launch.

I have had similar issues in the past and simply disabled instant run, however, in Android Studio 4.0 I can't see any option anywhere to disable it. I read somewhere that the feature name is changed but searching for that name also didn't yield any results.

How can I disable instant run in android studio 4.0?

like image 540
dejavu89 Avatar asked Jun 02 '20 15:06

dejavu89


People also ask

What is Android instant run?

Summary. Instant Run is a feature of Android Studio designed to significantly accelerate the code, build and run cycle.

Does Android studio still have instant run?

Instant Run is currently available only in Android Studio 2.0, and higher. We will continue to improve the feature in subsequent releases.


1 Answers

I've faced the same issue and disabling parallel run option in the edit configuration window solved the issue for me.

enter image description here

like image 184
Randunu.KSW Avatar answered Sep 16 '22 14:09

Randunu.KSW