How to create jniLibs folder on Android Studio?

后端 未结 2 659
无人共我
无人共我 2020-12-10 16:57

Hi, I use Android Studio.

I want to create jniLibs folder but my project does not have it.

I know jniLibs is created autom

相关标签:
2条回答
  • 2020-12-10 16:58

    @lalongoo gave you the right answer, but you can do this without Android Studio :

    create a directory named jni under app/src/main (the default location).

    0 讨论(0)
  • 2020-12-10 17:23

    If you don't have the JNI directory in your project, do this:

    enter image description here

    0 讨论(0)
提交回复
热议问题