--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/90162e85-cf21-49ba-96f8-99c8c6ba7d8e%40googlegroups.com.
Because there is no stable C++ ABI. You'd have to compile your app for every version of Android individually to ensure compatibilityBeyond that, you'd be stuck with the capabilities of the device you ran on rather than what toolchain you used. For pre-Lollipop you'd be stuck with C++98 stlport, wouldn't get C++14 until Marshmallowish, wouldn't have C++20 until next year's release, etc.
On Tue, Apr 21, 2020, 22:24 py z <6467...@qq.com> wrote:
I'm developing some c++ code and am using libc++_shared.so provided with the ndk. my apk--
increases its size by 1mb.
I am curious why not use /system/lib/libc++.so? Why not design like liblog and libdl?
Thanks!
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/c8682bd2-cffd-4271-98ba-a28c20585b18%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/c8682bd2-cffd-4271-98ba-a28c20585b18%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/a07c3d53-2598-4bbb-91da-48ac764626b4n%40googlegroups.com.