I am trying to use one large C ++ library in my Android app. I am using eclipse with android ndk plugin. When I ran it, I received this error message:
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.
What should I do? How to enable this option in eclipse?
android android-ndk
SavasCinar Dec 23 2018-12-12T00: 00Z
source share