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: content/setup/macos.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ prev: /setup
4
4
next: /creating-a-new-project
5
5
contributors:
6
6
- rigor789
7
+
- sjsadowski
7
8
---
8
9
9
10
## Setting up macOS for Android
@@ -47,6 +48,10 @@ brew tap homebrew/cask-versions
47
48
brew install --cask temurin@17
48
49
```
49
50
51
+
:::warning Note
52
+
Using JDK 17 is highly recommended as the nativescript-bundled version of gradle is compatible. Using a newer version of the JDK may cause issues with your android build process.
53
+
:::
54
+
50
55
Once installed, open a new Terminal and verify that the default version is the one we installed:
51
56
52
57
```cli
@@ -150,6 +155,10 @@ Once the installation is complete (this may take a while — brew a coffee a
150
155
151
156
Open `XCode › Preferences › Locations` and make sure **Command Line Tools** is set
152
157
158
+
:::warning Note
159
+
In newer versions of XCode, 'Preferences' may be 'Settings'
0 commit comments