diff --git a/docs/source/programming_resources/android_studio_java/install/install.rst b/docs/source/programming_resources/android_studio_java/install/install.rst index ffead14a..39cfb8cc 100644 --- a/docs/source/programming_resources/android_studio_java/install/install.rst +++ b/docs/source/programming_resources/android_studio_java/install/install.rst @@ -3,5 +3,4 @@ Installing Android Studio :bdg-success:`AS` .. toctree:: ../../tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio - ../../tutorial_specific/android_studio/downloading_as_project_folder/Downloading-the-Android-Studio-Project-Folder - ../../tutorial_specific/android_studio/disable_instant_run/disable-instant-run \ No newline at end of file + ../../tutorial_specific/android_studio/downloading_as_project_folder/Downloading-the-Android-Studio-Project-Folder \ No newline at end of file diff --git a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/disable-instant-run.rst b/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/disable-instant-run.rst deleted file mode 100644 index 0158fd7c..00000000 --- a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/disable-instant-run.rst +++ /dev/null @@ -1,50 +0,0 @@ -Disabling Android Studio Instant Run :bdg-warning:`Legacy` :bdg-success:`AS` -============================================================================ - -.. attention:: - *Instant Run* was removed in Android Studio version 3.5, and - is no longer an issue for versions of Android Studio that are - Android Studio 3.5 or newer. However, this article remains for - those using *FIRST* Tech Challenge Software Development Kit - (SDK) v7.1 and older with previous versions of Android Studio. - -Introduction -~~~~~~~~~~~~ - -If you are an Android Studio user, one of **the most important steps to -take** is to disable Android Studio Instant Run. Instant Run is a -feature that is designed to streamline the development process by -reducing the time to apply code changes to your app. Unfortunately, -Instant Run is limited in function and when used with the *FIRST* Tech -Challenge Android Studio project folder, can cause **severe** and -**difficult-to-troubleshoot** problems. - -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. - -.. image:: images/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. - -.. image:: images/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: - -https://developer.android.com/studio/run diff --git a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/ConfigureSettings.jpg b/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/ConfigureSettings.jpg deleted file mode 100644 index 1ecd235e..00000000 Binary files a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/ConfigureSettings.jpg and /dev/null differ diff --git a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/InstantRunConfiguration.jpg b/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/InstantRunConfiguration.jpg deleted file mode 100644 index a254ee70..00000000 Binary files a/docs/source/programming_resources/tutorial_specific/android_studio/disable_instant_run/images/InstantRunConfiguration.jpg and /dev/null differ