@TMSantos wrote:
Hello Guys,
I am trying to compile my app to Android, and getting always this error:
error: 'to_string' is not a member of 'std'My Aapplication.mk has:
APP_STL := gnustl_staticAPP_CPPFLAGS := -frtti -DCC_ENABLE_CHIPMUNK_INTEGRATION=1 -std=c++11 -fsigned-char
APP_LDFLAGS := -latomicCouldn't fix with all solutions I found in internet,
Any help?
Posts: 3
Participants: 3