ndkbuild c++ string 'string' is not a member of 'std' 'string' was not declared in this scope
最近使用ndk时,
#include <string>
ndkbuild编译后报错:fatal error: string: No such file or directory
#include <string.h>
std::string 编译报错:error: 'string' is not a member of 'std'
解决办法:
需要让Androi...
原创
2018-11-09 10:15:31 ·
754 阅读 ·
0 评论