From 5cc2b2cd90ba4bd03a5198db8c79ec41f5a5c8a1 Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 19 Sep 2017 13:32:35 -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 1585e6a..3b34fc9 100644 --- a/Disabling-Android-Studio-Instant-Run.md +++ b/Disabling-Android-Studio-Instant-Run.md @@ -8,11 +8,11 @@ When you first launch Android Studio a Welcome screen should appear. You can na

-On the left hand side of the Settings window, there should be a category called "Build, Execution, Deployment". Within that category, click on the "Instant Run" subcategory to displaythe 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)" and then click on the "OK" button to disable Instant Run. +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.

### Additional Information -The Google Android Developer website has additional information about Instant Run and it also has instructions on how to disable this feature: +The Google Android Developer website has additional information about Instant Run. It also has instructions on how to disable this feature: [https://developer.android.com/studio/run/index.html#disable-ir](https://developer.android.com/studio/run/index.html#disable-ir)