Android NDK Native Function Call Issue

后端 未结 2 1053
盖世英雄少女心
盖世英雄少女心 2020-12-21 22:38

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

2条回答
  •  北海茫月
    2020-12-21 23:30

    make sure the library you are trying to use (and its dependencies) are built for target platform (Android Native platform).

提交回复
热议问题