-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
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
编译不过,求编译指南 #16
Comments
最终使用ndk-build编译完成,copy到项目里运行了 |
同样遇到
请问怎么解决的? |
windows下, "$ndkDir/ndk-build",改为 "$ndkDir/ndk-build.cmd" |
我修改完楼主这个错误后,出现另一个错误,求助!谢谢:
|
NDKR11 + SDK23.01 +gradle2.1.0
编译的时候提示
Error:Execution failed for task ':app:buildNative'.
这个需要更改路径么,我看路径是正确的
commandLine "$ndkDir/ndk-build",
'-C', file('src/main/jni').absolutePath, // Change src/main/jni the relative path to your jni source
'-j', Runtime.runtime.availableProcessors(),
'all',
'NDK_DEBUG=0'
The text was updated successfully, but these errors were encountered: