0

I have a project that builds fine with android-ndk-r4-crystax but when that I switched to android-ndk-r6-crystax I get the following error:

error: 'string' in namespace 'std' does not name a type

Anybody have any ideas on what the difference between crystax r4 and r6 that would cause this issue?

4

1 に答える 1

0

この問題を報告したすべてのファイルに他のすべてのインクルードを含める前に、#includeが必要でした。

于 2012-12-15T00:26:40.370 に答える