【发布时间】:2012-12-23 20:58:42
【问题描述】:
我正在尝试在我的 android 应用程序中使用一个大型 c++ 库。我正在使用带有 android ndk 插件的 eclipse。当我运行它时,我收到了这个错误消息;
This file requires compiler and library support for the ISO C++ 2011 standard.This
support is currently experimental, and must be enabled with the -std=c++11 or
-std=gnu++11 compiler options.
我该怎么办?如何在 Eclipse 中启用此选项?
【问题讨论】:
标签: android android-ndk