NDK: how include *.so files in AndroidStudio

前端 未结 4 608
耶瑟儿~
耶瑟儿~ 2020-11-29 10:50

I have libs jar and *.so. I created Eclipse project as in tutorial (for this libs). I am now doing project in Android Studio, but system can\'t find *.so files. I make how i

4条回答
  •  不知归路
    2020-11-29 11:16

    Create folder name "jniLibs" inside src/main folder and add All the folders containing your "*.so" file and sync and run your application. No other steps required.

提交回复
热议问题