We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app/build.gradle的配置有误
原代码 externalNativeBuild { ndkBuild { path 'src/main/jni/android.mk' } }
路径可能有问题,经本地测试,应改为 path 'src/main/jni/Android.mk'
The text was updated successfully, but these errors were encountered:
可能windows下不区分大小的。 linux下是要改成"Android.mk"的。
Sorry, something went wrong.
亲测windows也是报错的,就是bug
As导入嘛
No branches or pull requests
app/build.gradle的配置有误
原代码
externalNativeBuild {
ndkBuild {
path 'src/main/jni/android.mk'
}
}
路径可能有问题,经本地测试,应改为 path 'src/main/jni/Android.mk'
The text was updated successfully, but these errors were encountered: