From eee1e0d495ec6c1bf67a6defc7e52538e1e478af Mon Sep 17 00:00:00 2001 From: Craig MacFarlane Date: Thu, 17 Oct 2024 15:51:29 +0900 Subject: [PATCH] Add warning about Android Studio Ladybug --- .../Installing-Android-Studio.rst | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst b/docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst index 9609fcf6..6c85ce26 100644 --- a/docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst +++ b/docs/source/programming_resources/tutorial_specific/android_studio/installing_android_studio/Installing-Android-Studio.rst @@ -28,12 +28,28 @@ Java Development Kit ~~~~~~~~~~~~~~~~~~~~ Earlier versions of Android Studio required that the user install the -Java Development Kit software separately. Current versions of Android -Studio incorporate the Java development software as part of the entire -install package. It is no longer necessary (or recommended) to install -the Java Development Kit separately. Instead, it is recommended that you +Java Development Kit software separately. Versions of Android +Studio up to, and including, Koala incorporate a compatible JDK (Java Development Kit) +as part of the entire install package. It is not necessary, or recommended, +to install the Java Development Kit separately if you are using an Android Studio +version between Chipmunk and Koala. Instead, it is recommended that you use the Java Development Kit that is included with Android Studio. +.. caution:: Android Studio Ladybug + + With the introduction of Android Studio Ladybug, the JDK that is packaged with + Android Studio is incompatible with the FtcRobotController workspace. If you install + or update an existing installation to Android Studio Ladybug, you will need to install + JDK 17 separately. + + Upon initial load of the FtcRobotController workspace using Android Studio Ladybug, + an error will be displayed during the Gradle sync and Android Studio will recommend that + you upgrade Gradle. Do not upgrade Gradle. + + For more detailed instructions see: https://ftc-community.firstinspires.org/t/unable-to-connect-to-control-hub-in-android-studio-ladybug/1132/3 + + + Downloading and Installing Android Studio ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~