From 58723ff358c83716b34e6865661b3a570e507d5e Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Tue, 9 Jul 2019 18:28:54 -0400 Subject: [PATCH] Updated Downloading the Android Studio Project Folder (markdown) --- Downloading-the-Android-Studio-Project-Folder.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Downloading-the-Android-Studio-Project-Folder.md b/Downloading-the-Android-Studio-Project-Folder.md index e707a57..e6457c2 100644 --- a/Downloading-the-Android-Studio-Project-Folder.md +++ b/Downloading-the-Android-Studio-Project-Folder.md @@ -18,9 +18,9 @@ From the main repository web page, click on the “releases” link to jump to t

[[/images/Downloading-the-Android-Studio-Project/Releases.jpg]]

-Each software release should include a **Downloads** section that you can use to download the software that you will need to program your robot. +Each software release should include an **Assets** section that you can use to download the software that you will need to program your robot. Note that you might have to click on the triangular symbol to expand this **Assets** section. -

[[/images/Downloading-the-Android-Studio-Project/Downloads.jpg]]

+

[[/images/Downloading-the-Android-Studio-Project/Assets.jpg]]

Click on the Source code (zip) link to download the compressed Android Studio project folder. ### Extracting the Contents of the Archived Project File @@ -32,7 +32,7 @@ Before you can import the FTC project into Android Studio, you must first extrac

[[/images/Downloading-the-Android-Studio-Project/ProvideName.jpg]]

-Highlight the suggested name for the destination folder (in the figure above, the suggested name is “ftc_app-2.00”) and change the destination folder name into something more user friendly. In this example, we will change the name of the destination folder to “mycopy”. +Highlight the suggested name for the destination folder (in the figure above, the suggested name is “SkyStone-5.0”) and change the destination folder name into something more user friendly. In this example, we will change the name of the destination folder to “mycopy”.

[[/images/Downloading-the-Android-Studio-Project/Rename.jpg]]

@@ -51,6 +51,6 @@ Android Studio should prompt you to select the project folder that you would lik

[[/images/Downloading-the-Android-Studio-Project/SelectProjectFolder.jpg]]

-In the figure above the project folder called “ftc_app-2.00” is selected to be imported into Android Studio. It might take Android Studio several minutes to import the project. Once the project has been successfully imported, the screen should look similar to the one depicted in the image below. +In the figure above the project folder called “SkyStone-5.0” is selected to be imported into Android Studio. It might take Android Studio several minutes to import the project. Once the project has been successfully imported, the screen should look similar to the one depicted in the image below.

[[/images/Downloading-the-Android-Studio-Project/SuccessfullyImported.jpg]]