Skip to content

Commit d22c599

Browse files
committed
add android build instructions to README and remove reference to android-develop branch
1 parent dcdbd3e commit d22c599

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ premake5 gmake --build-speak=yes
3535
make config=release_win64
3636
```
3737

38-
see the [android-develop](https://github.com/dectalk/DECtalkMini/tree/android-develop) branch for the android source
38+
to compile for android, open `platforms/android` in Android Studio or run:
39+
```
40+
cd platforms/android
41+
./gradlew assembleDebug
42+
```
3943

4044
to compile for rpi pico, install the pico SDK and use cmake in the platforms/pico folder
4145

0 commit comments

Comments
 (0)