Cannot resolve corresponding JNI function Java_com_xxxx
导入了新工程 编译成功了 但是依赖的工程jni代码报错
百度的方法
配置好NDK环境后,编写native方法,编译出现
Cannot resolve corresponding JNI function Java_com_xxx native_xxx
Reports native method declaration in Java where no corresponding JNI function is found in the project.
解决方案如下:
File--->Settings--->Plugins,将Android NDK Support后面的对勾去掉,如下图
重启Android Studio即可