当我在android NDK下编写opencv时,出现许多未定义的参考错误,例如:
system.cpp :(。text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.5 + 0x1c): 未定义对`std :: string :: _ Rep :: _ M_destroy(std :: allocator const&)'
G:/ AndroidProjects / SprayingPrjJNI / app / src / main / cpp /../ jniLibs / arm64-v8a / libopencv_core.a(system.cpp.o): 在函数`void std :: _ Destroy(std :: string *,std :: string *, std :: allocator&)[克隆.isra.88]':
system.cpp :(。text.un_likely._ZSt8_DestroyIPSsSsEvT_S1_RSaIT0_E.isra.88 + 0x18): 未定义对“ std :: string :: _ Rep :: _ S_empty_rep_storage”的引用
system.cpp :(。text.un_likely._ZSt8_DestroyIPSsSsEvT_S1_RSaIT0_E.isra.88 + 0x2c): 未定义对“ std :: string :: _ Rep :: _ S_empty_rep_storage”的引用
..................
我真的不知道如何解决这些错误,请帮助我,谢谢