NDK_OpenGLES_3_0 icon indicating copy to clipboard operation
NDK_OpenGLES_3_0 copied to clipboard

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

Open superbayes opened this issue 3 years ago • 1 comments

当我构建项目到手机时,发生错误.报错日志如下: 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

我该如何处理?

superbayes avatar Jan 17 '22 06:01 superbayes

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

JerryNingZhen avatar Apr 08 '22 06:04 JerryNingZhen