[test-android] some followups on README.

This commit is contained in:
atsushieno 2021-05-29 11:45:31 +09:00
parent e6b3ce8a6b
commit fc4dcd709e

View file

@ -8,5 +8,10 @@ But so far this app makes sure that it loads `libfluidsynth.so` without problem.
## Building ## Building
It can be built and run from Android Studio (or gradle if you prefer).
You have to build fluidsynth for Android first, and then copy You have to build fluidsynth for Android first, and then copy
`libfluidsynth.so` and all the dependencies into `app/src/main/jniLibs/{ABI}` (`armeabi-v7a` / `arm64-v8a` / `x86` / `x86_64`). `libfluidsynth.so` and all the dependencies into `app/src/main/jniLibs/{ABI}` (`armeabi-v7a` / `arm64-v8a` / `x86` / `x86_64`).
If you want to build them locally the scripts under `build-scripts` directory would be useful. Run `download.sh` first, and then `build-all-archs.sh`. The scripts are mostly taken from the build scripts from `.azure`.