Skip to content
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

app/build.gradle下的配置有误 #4

Open
ccc007xp opened this issue Jan 17, 2019 · 3 comments
Open

app/build.gradle下的配置有误 #4

ccc007xp opened this issue Jan 17, 2019 · 3 comments

Comments

@ccc007xp
Copy link

app/build.gradle的配置有误

原代码
externalNativeBuild {
ndkBuild {
path 'src/main/jni/android.mk'
}
}

路径可能有问题,经本地测试,应改为 path 'src/main/jni/Android.mk'

@hnyaoqingping
Copy link

可能windows下不区分大小的。
linux下是要改成"Android.mk"的。

@jsuisen
Copy link

jsuisen commented Jul 26, 2019

可能windows下不区分大小的。
linux下是要改成"Android.mk"的。

亲测windows也是报错的,就是bug

@Likefr
Copy link

Likefr commented Aug 4, 2019

As导入嘛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants