Hi,

I have source code/lib written in C++ - now i would like to compile and use 
the same in Android NDK project (NDK 6). I am able to compile most of the 
C++ files except "std::wstring" based functionality.

In Application.mk when i specify "APP_STL: = stlport_static" then it 
compiles "std::wstring" based code but when i specify "APP_STL: = 
gnustl_static" it fails to compile. I do not know how to resolve 
"std::wstring" related issue with "APP_STL: = gnustl_static"

Any pointer or help on this would be gretly appriciated.

Thank You.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to