mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-05-10 19:41:39 +00:00
update readme
This commit is contained in:
parent
a83b1cb13e
commit
ee65e733e5
1 changed files with 7 additions and 0 deletions
|
|
@ -70,6 +70,13 @@ If the build dependencies are fullfilled, compile with `haxe compile-js.hxml` an
|
||||||
## MacOS
|
## MacOS
|
||||||
See [here](README-macOS.md)
|
See [here](README-macOS.md)
|
||||||
|
|
||||||
|
## Android
|
||||||
|
The branches used for Android builds are `mbg-android`, `mbp-android-new` or `mbu-android`.
|
||||||
|
Clone [this repository](https://github.com/RandomityGuy/MBHaxeAndroidLibs) containing the necessary libraries for the build and merge its src folder with that of Export/android/app/src folder.
|
||||||
|
Android NDK version 18.1.5063045 and platform SDK version 31 is needed.
|
||||||
|
Install zyheaps haxelib as well.
|
||||||
|
Finally run `gradlew` in Export/android folder and run `gradlew assembleRelease`
|
||||||
|
This will build the apk file at Export/android/app/build/outputs/apk/release/app-release-unsigned.apk which you can sign yourself and install on your device.
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue