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: docs/src/crossbundle/command-install.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,19 @@ The [sdkmanager](https://developer.android.com/studio/command-line/sdkmanager) i
30
30
To install packages use the command below. We prefer to use --preferred-tools flag to install minimal required tools needed for crossbundle correct working. This command will setup build-tools, android-ndk and android platforms:
31
31
32
32
```sh
33
-
crossbundle install sdk-manager --preferred-tools
33
+
crossbundle install sdkmanager --preferred-tools
34
34
```
35
35
36
36
Also you can install packages manually. To see all available tools use the -h flag. List installed and available packages:
The command will install packages into `$HOME\AppData\Local\Android\Sdk\` for Windows, `$HOME/Library/Android/sdk/` for macOS, and `$HOME/Android/sdk/` for Linux.
0 commit comments