Skip to content

Commit

Permalink
Update android_building.md (#25721)
Browse files Browse the repository at this point in the history
update android studio 2023
  • Loading branch information
NovakiDouglas authored and pull[bot] committed Nov 14, 2023
1 parent 9a826ac commit 6307395
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/android_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

<hr>

Expand Down

0 comments on commit 6307395

Please sign in to comment.