Hi, I use Android Studio.
I want to create jniLibs folder but my project does not have it.
jniLibs
I know jniLibs is created autom
@lalongoo gave you the right answer, but you can do this without Android Studio :
Android Studio
create a directory named jni under app/src/main (the default location).
jni
app/src/main
If you don't have the JNI directory in your project, do this: