Linked Questions

Popular Questions

How to build fluidsynth for Android Studio?

Asked by At

I'm trying to get FluidSynth 2.0.3 to work in my Android app.

I succesfully built fluidsynth as explained in their wiki.

The problem is I don't know how to add the fluidsynth build in Android Studio or even if it's possible.

This is how the fluidsynth build hierarchy looks like. Full version here.

opt/
└── android
    ├── bin
    ├── include
    ├── lib
    └── share
206 directories, 1944 files

I succesfully added fluidsynth 1.1.9(OLD) to a native project using source code.

The libfluidsynth.so files were built and it worked for x86_64 but not x86. That's why I want to add the latest version 2.0.3 (to maybe solve the x86 problem).

Related Questions