'How to disable Instant Run for Android Studio 3.0
After making a few changes I am getting an error
Session 'app': Error Installing APKs
According to some it is because of Instant Run.
On the latest Stable Android Studio 3.0, under Build, Execution, Deployment I don't have any option for Instant Run, even checked in the settings search. Any clue where I might be able to disable it?
Update 1: Tried reinstalling. No change.
Build number 171.4408382
Update 2: Gave reset a shot https://stackoverflow.com/a/19397632/1926621 still nothing.
Update 3: Not a duplicate. Must be something in the settings. A complete clean install/reset did it.
Solution 1:[1]
Go to Android Studio Settings or Preferences (for MAC) -> Build,Execution,Deployment -> Instant Run.
Then deselect the "Enable Instant Run" checkbox at the top.
Linux Screenshot:

Windows Screenshot:
For Mac go to Help in MenuBar and type 'preferences' or, go to 'Android Studio -> Preferences' in MenuBar
Solution 2:[2]
Instant Run is not a feature of Android Studio 3.5 (and later) any more and so cannot be disabled. In case you find an old guide recommending to disable it, you can ignore this instruction. See here 1 and here 2.
Solution 3:[3]
Just make sure you go to Android Studio -> Preferences instead of File -> Other settings -> default settings. Instant run should be there.
Solution 4:[4]
Instant Run is removed from Android Studio 3.5 and added Apply Changes which works for Android 8 and above please follow the link for more https://android-developers.googleblog.com/2019/08/android-studio-35-project-marble-goes.html
Solution 5:[5]
Easiest/Laziest option for For mac would be CMD+SHIFT+A Search for instant run, click on relevant suggestion and uncheck the checkbox
Solution 6:[6]
Instant run is not a feature in Android Studio Bumblebee anymore.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Shadman Akhtar |
| Solution 2 | |
| Solution 3 | RoyBS |
| Solution 4 | Dev |
| Solution 5 | Shivanand Darur |
| Solution 6 | Neeraj |



