android-fluidsynth
android-fluidsynth copied to clipboard
[Deprecated] fluidsynth Android port / build. It's old, see https://github.com/Fluidsynth/fluidsynth/tree/master/doc/android
build: box: id: gcr.io/eno-c92-android-review/github-atsushieno-android-fluidsynth username: _json_key password: ${GCR_JSON_KEY_FILE} registry: https://gcr.io tag: c2fbb64eb4ac071aa9171744aeca88cd47e3a523 steps: - script: name: accept android licenses code: | mkdir -p ${ANDROID_HOME}/licenses/ echo -n 8933bad161af4178b1185d1a37fbf41ea5269c55 > ${ANDROID_HOME}/licenses/android-sdk-license echo...
Hi, great work on this! Would it be possible for you provide the pre-built shared and static libraries for this? 99% of the time this is all we need :)...
I'm familiar with C/C++, Java, JNI, Android and still completely lost how to build this. Are you assuming a Linux environment? I'm on Windows and don't understand what I'm supposed...