Native libraries (.so files) are not added to an android project

前端 未结 3 1335
失恋的感觉
失恋的感觉 2021-02-08 21:37

I\'m trying to use sqlitecipher library which requires using native libraries. Their tutorial is very simple but it doesn\'t work for me. Every time I get the following error:

3条回答
  •  迷失自我
    2021-02-08 21:45

    You have to create jni folder for .so file include in android project using android studio.

    I have attached image please follow these steps.

    After creating jnilib folder you can put your all .so files in this folder.

提交回复
热议问题