Search code examples
androidircandroid-ndk

Android NDK future extended support for C++


Is there any info about the future of extending the safe C++ header list in the NDK (or maybe some hints to what might be safe to use) ? Or how soon we can expect the next NDK update? Also will there be any tutorials and documentation comming out for the NDK?

Thanks


Solution

  • i'm not aware of any announcements regarding future plans.

    the samples are here:

    http://developer.android.com/sdk/ndk/1.6_r1/index.html#samples

    and the NDK itself contains documentation in the form of .txt files in the docs/ directory.