Including .so ( Bass tracker lib )
in
Android Processing
•
10 months ago
Hello everyone !
I'm trying to include this android lib to replay protracker module in processing, but i'm really lost in how to add it to the project.
No included .jar, only a couple of shared objects ( .so ) ... where do i put them ?
I tried putting the .so in the 'code' folder, in the 'data' folder, even in a separate 'libs' folder, no way.
Seems the app in unable to locate them.
Any help ?
Edit : sorry, here's the build log
FATAL EXCEPTION: Animation Threadjava.lang.ExceptionInInitializerErrorat processing.test.and_bass.and_Bass.setup(and_Bass.java:22)at processing.core.PApplet.handleDraw(Unknown Source)at processing.core.PGraphicsAndroid2D.requestDraw(Unknown Source)at processing.core.PApplet.run(Unknown Source)at java.lang.Thread.run(Thread.java:856)Caused by: java.lang.UnsatisfiedLinkError: Couldn't load bass: findLibrary returned nullat java.lang.Runtime.loadLibrary(Runtime.java:365)at java.lang.System.loadLibrary(System.java:535)at processing.test.and_bass.BASS.<clinit>(BASS.java:670)... 5 mor
1