我使用Visual Studio 2017(15.8.7),启动了一个services.AddLogging(logging =>
{
logging.AddConsole();
logging.AddDebug();
});
项目。
我用来构建的设置是:
GNU STL静态库(gnustl_static)
错误E0020标识符“ __int128”未定义C:\ Microsoft \ AndroidNDK64 \ android-ndk-r15c \ sources \ cxx-stl \ gnu-libstdc ++ \ 4.9 \ include \ limits 1405
此错误发生在"Cross Platform" -> "Shared Library (Android, iOS)
,type_traits
和cstdlib
中。