From f434f1d9e20b62d6b962ec22024263340c6bd1b8 Mon Sep 17 00:00:00 2001 From: NovakiDouglas <72577071+NovakiDouglas@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:39:34 -0700 Subject: [PATCH] Update android_building.md (#25721) update android studio 2023 --- docs/guides/android_building.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/android_building.md b/docs/guides/android_building.md index d225d5e036129a..6f693e38efa5e3 100644 --- a/docs/guides/android_building.md +++ b/docs/guides/android_building.md @@ -103,9 +103,16 @@ JDK version on MacOS for Apple Silicon is 'openjdk 17.0.1' or above. Using JDK bundled with Android Studio will help with that. +Android Studio Dolphin and below: + ```shell export JAVA_HOME=/Applications/Android\ Studio.app/Contents/jre/Contents/Home/ ``` +Android Studio Electric Eel 2022.1.1 and above: + +```shell +export JAVA_HOME=/Applications/Android\ Studio.app/Contents/jbr/Contents/Home/ +```