我在导入 string 的时候遇到问题
#include <string>
这个会提示找不到 string
根据 AS 自动提示就变成了
#include "../../../../../../../Library/Android/sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/include/c++/v1/string" class People { std::string getString(); };
但还是找不到 string ,是需要配置 NDK 的环境变量吗