First time here? Check out the FAQ!
answered 2018-09-02 23:59:42 -0600
I have solved this issue by way: In Application.mk config like bellow.
APP_STL := gnustl_static ... APP_CPPFLAGS := -std=c++11
And in Android.mk
LOCAL_CPPFLAGS += -std=c++11