Updated Disabling Android Studio Instant Run (markdown)

FTC Engineering
2017-09-19 13:32:35 -04:00
parent 175f57a6d5
commit 5cc2b2cd90

@ -8,11 +8,11 @@ When you first launch Android Studio a Welcome screen should appear. You can na
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/ftc_app/images/AndroidStudio/ConfigureSettings.jpg" width="500"><p>
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.
<p align="center"><img src="https://github.com/FIRST-Tech-Challenge/WikiSupport/blob/master/ftc_app/images/AndroidStudio/InstantRunConfiguration.jpg" width="600"><p>
### 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)