I'm trying to rebuild my Qt app for android, so I choose necessitas. But when I tried linking with openal soft for android(which is staticly build), errors raised:
/media/Files/QtCode/AndroidPlayer/libs/armeabi/libopenal.a(android.o): In function `JNI_OnLoad':
/media/Files/openal-android/android/jni/../../Alc/backends/android.c:51: multiple definition of `JNI_OnLoad'
qtmain_android.o:qtmain_android.cpp:(.text.JNI_OnLoad+0x0): first defined here
collect2: ld returned 1 exit status
I haven't learned android or java programming, so I don't know how to link a shared library without .a file (openal soft shared library only offers .so file).