You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,28 @@ Java Development Kit
28
28
~~~~~~~~~~~~~~~~~~~~
29
29
30
30
Earlier versions of Android Studio required that the user install the
31
-
Java Development Kit software separately. Current versions of Android
32
-
Studio incorporate the Java development software as part of the entire
33
-
install package. It is no longer necessary (or recommended) to install
34
-
the Java Development Kit separately. Instead, it is recommended that you
31
+
Java Development Kit software separately. Versions of Android
32
+
Studio up to, and including, Koala incorporate a compatible JDK (Java Development Kit)
33
+
as part of the entire install package. It is not necessary, or recommended,
34
+
to install the Java Development Kit separately if you are using an Android Studio
35
+
version between Chipmunk and Koala. Instead, it is recommended that you
35
36
use the Java Development Kit that is included with Android Studio.
36
37
38
+
.. caution:: Android Studio Ladybug
39
+
40
+
With the introduction of Android Studio Ladybug, the JDK that is packaged with
41
+
Android Studio is incompatible with the FtcRobotController workspace. If you install
42
+
or update an existing installation to Android Studio Ladybug, you will need to install
43
+
JDK 17 separately.
44
+
45
+
Upon initial load of the FtcRobotController workspace using Android Studio Ladybug,
46
+
an error will be displayed during the Gradle sync and Android Studio will recommend that
47
+
you upgrade Gradle. Do not upgrade Gradle.
48
+
49
+
For more detailed instructions see: https://ftc-community.firstinspires.org/t/unable-to-connect-to-control-hub-in-android-studio-ladybug/1132/3
0 commit comments