Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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