未定义引用'webrtc :: CreateSessionDescription(std :: __ ndk1 :: basic_string,std :: __ ndk1 :: allocator> const&,std :: __ ndk1 :: basic_string,std :: __ ndk1 :: allocator> const&,webrtc :: SdpParseError*)"
更新android ndk修订版11后,我遇到了一些问题.由于上面的原因,我无法建立我的项目.
在Android Developer中,我发现'将libc ++的内联命名空间改为std :: __ ndk1,以防止平台libc ++的ODR问题.',但我无法理解.
我该如何解决?
谢谢你的帮助.