简体   繁体   中英

How to create jniLibs folder on Android Studio?

在此输入图像描述

Hi, I use Android Studio.

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

I know jniLibs is created automatically, isn't it?

Is it a gradle setting?

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

在此输入图像描述

@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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM