Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

Screenshot of what I see: enter image description here

like image 784
Mohit Avatar asked Oct 29 '17 11:10

Mohit


People also ask

How do I turn off an instance run?

Go to Android Studio Settings or Preferences (for MAC) -> Build,Execution,Deployment -> Instant Run. Then deselect the "Enable Instant Run" checkbox at the top.

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

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:

Android Studio 3.0 Settings, Showing Instant Run Options

Windows Screenshot:

Android Studio 3.0 Settings (Windows), Showing Instant Run Options

For Mac go to Help in MenuBar and type 'preferences' or, go to 'Android Studio -> Preferences' in MenuBar

Mac ScreenShot

like image 142
Mohammed Rampurawala Avatar answered Sep 20 '22 06:09

Mohammed Rampurawala