I am attempting to write an Android application that makes use of the GNU Scientific Library (GSL). In particular, I am interested in \'libgslcblas.so\' for its BLAS impleme
make sure the library you are trying to use (and its dependencies) are built for target platform (Android Native platform).