Skip to content

Commit eee1e0d

Browse files
committed
Add warning about Android Studio Ladybug
1 parent a34f1c1 commit eee1e0d

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,28 @@ Java Development Kit
2828
~~~~~~~~~~~~~~~~~~~~
2929

3030
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
3536
use the Java Development Kit that is included with Android Studio.
3637

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
50+
51+
52+
3753
Downloading and Installing Android Studio
3854
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3955

0 commit comments

Comments
 (0)