Skip to content

Commit 2fbd0b0

Browse files
authored
Updated screenshots for importing the SDK into AS (#392)
1 parent 2f625ef commit 2fbd0b0

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

docs/source/programming_resources/tutorial_specific/android_studio/downloading_as_project_folder/Downloading-the-Android-Studio-Project-Folder.rst

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Downloading the Android Studio Project Folder :bdg-success:`AS` :bdg-warning:`Legacy`
2-
=====================================================================================
1+
Downloading the Android Studio Project Folder :bdg-success:`AS`
2+
===============================================================
33

44
The SDK can be downloaded from a GitHub repository. GitHub is a web-based
55
version control company that lets individuals and organizations host content
@@ -100,8 +100,7 @@ Importing the Project into Android Studio
100100

101101
In order to import the Project, you will need to launch the Android
102102
Studio software on your computer. On the main Android Studio Welcome
103-
screen, select the option to "Import project (Gradle, Eclipse, ADT,
104-
etc.)" to begin the import process.
103+
screen, select the option to "Open" to begin the import process.
105104

106105
.. image:: images/SelectImport.jpg
107106
:align: center
@@ -110,22 +109,33 @@ etc.)" to begin the import process.
110109
111110
Android Studio should prompt you to select the project folder that you
112111
would like to import. Use the file browser in the pop up dialog box to
113-
locate and then select the folder that you extracted in an earlier
112+
locate and then navigate into the folder that you extracted in an earlier
114113
section of this document. Make sure you select the extracted project
115114
folder (and not the .ZIP file which might have a similar name to the
116-
extracted folder). Hit the "OK" button to import the selected project
115+
extracted folder). Hit the "Select Folder" button to import the selected project
117116
into Android Studio.
118117

119118
.. image:: images/SelectProjectFolder.jpg
120119
:align: center
121120

122121
|
123122
124-
In the figure above the project folder called “FtcRobotController-6.0”
123+
You may get a popup about trusting the project. If this happens, clilck the
124+
blue "Trust Project" button and continue.
125+
126+
.. image:: images/TrustProject.jpg
127+
:align: center
128+
129+
|
130+
131+
In the figure above the project folder called “FtcRobotController”
125132
is selected to be imported into Android Studio. It might take Android
126133
Studio several minutes to import the project. Once the project has been
127134
successfully imported, the screen should look similar to the one
128-
depicted in the image below.
135+
depicted in the image below. If you see a popup asking you to update the
136+
Android Gradle Plugin (AGP), ignore it. Do not attempt to update AGP as
137+
newer versions may not be compatible with the current *FIRST* Tech
138+
Challenge SDK.
129139

130140
.. image:: images/SuccessfullyImported.jpg
131141
:align: center
-5.25 KB
Loading
5.42 KB
Loading
-51 KB
Loading
60.8 KB
Loading

0 commit comments

Comments
 (0)