Allows you to run sable on android by modifying it's loadLibrary method to load android native included in this patch mod.
Android sable_rapier native source code can be found here: https://github.com/aksksklskdamkwkskskd-del/sable_android
- Download the repo manually or with
git - Install jdk21
- Open your terminal/cmd
- Move to the repo's folder with the
cdcommand - Run
./gradlew buildon linux, orgradlew.bat buildon windows - Get the jar from
./build/libs/if it was successfully compiled
Or just use github actions.