Skip to content

Commit d9078cc

Browse files
authored
add missing install-binaries for android
1 parent 739dda9 commit d9078cc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

getting-started/create-mod.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,14 @@ If you [created a profile in CLI](/getting-started/geode-cli), then the mod shou
6262

6363
To build mods for Android you must install the [Android NDK](https://developer.android.com/ndk/downloads). Extract it somewhere and set the `ANDROID_NDK_ROOT` enviroment variable to its path.
6464

65-
On **Windows** you must also install [Ninja](https://github.com/ninja-build/ninja/releases). If you have Scoop, you can do this via `scoop install ninja`.
65+
> On **Windows** you must also install [Ninja](https://github.com/ninja-build/ninja/releases). If you have Scoop, you can do this via `scoop install ninja`.
66+
67+
You must also get the Geode binaries for Android, you can do this using the CLI:
68+
```bash
69+
geode sdk install-binaries -p android64
70+
# Or if you're using a 32 bit phone
71+
geode sdk install-binaries -p android32
72+
```
6673

6774
Now you can build your mod for Android via:
6875
```bash

0 commit comments

Comments
 (0)