I loaded the libSDL2.so which I compile to armv7a and l loaded with:
(cffi:load-foreign-library #P"/data/data/ecl.android.skeleton/lib/libSDL2.so") => its ok, I checked
but when I load the sdl2 system:
(asdf:load-system :sdl2)
I get:
Unable to load any of the alternatives:
("libSDL2-2.0.so.0" "libSDL2.so.0.2" "libSDL2")
How do I get to libSD2.so for cl-sdl2 to recognize?