From ecf9674abf9549342337cbb9173d92a7c573860f Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 9 Jul 2019 15:42:20 -0400 Subject: [PATCH] Updated Disabling Android Studio Instant Run (markdown) --- Disabling-Android-Studio-Instant-Run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Disabling-Android-Studio-Instant-Run.md b/Disabling-Android-Studio-Instant-Run.md index 3b34fc9..1673412 100644 --- a/Disabling-Android-Studio-Instant-Run.md +++ b/Disabling-Android-Studio-Instant-Run.md @@ -6,11 +6,11 @@ Teams who use Android Studio **_must_** disable Instant Run. ### Locating Instant Run Settings When you first launch Android Studio a Welcome screen should appear. You can navigate to the Instant Run Settings from this Welcome screen by selecting the "Configure->Settings" item from the "Configure" dropdown list in the lower right hand corner of the screen. -

+

[[/images/Disabling-Android-Studio-Instant-Run/ConfigureSettings.jpg]]

On the left hand side of the Settings window, there should be a category called "Build, Execution, Deployment". Within this category, click on the "Instant Run" subcategory to display the Instant Run settings for your Android Studio installation. By default, Instant Run is enabled when you first install Android Studio. Uncheck the "Enable Instant Run to hot swap code/resource changes on deploy (default enabled)" option and then click on the "OK" button to disable Instant Run. -

+

[[/images/Disabling-Android-Studio-Instant-Run/InstantRunConfiguration.jpg]]

### Additional Information The Google Android Developer website has additional information about Instant Run. It also has instructions on how to disable this feature: