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

ld: error: found local symbol '__bss_start' in global part of symbol table in file #5

Open
superbayes opened this issue Jan 17, 2022 · 1 comment

Comments

@superbayes
Copy link

当我构建项目到手机时,发生错误.报错日志如下:
image

ld: error: found local symbol '__bss_start' in global part of symbol table in file F:/MyCode/androidStudio/NDK_LearnOpengl30/NDK_OpenGLES_3_0/app/src/main/cpp/../jniLibs/arm64-v8a/libopencv_java3.so

我该如何处理?

@JerryNingZhen
Copy link

在app build.gradle 指定ndk版本
android {
ndkVersion "21.1.6352462"
}

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

2 participants