Android アプリケーションで 1 つの大きな 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 でこのオプションを有効にするにはどうすればよいですか?