Saturday, October 8, 2011

[android-developers] Re: Android NDK C++ 'wstring' support

STL is not supported by the NDK.
Tons of discussions on this topic, web research "Android NDK STL"


On Oct 8, 5:17 am, Ankit Shah <iankits...@gmail.com> wrote:
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment