https://gist.github.com/TomTasche/9690186 ndk-gdb of NDK r9d modified to *always* debug the ":remote"-process of your app #!/bin/sh # # Copyright (C) The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the &qu…
C++ Support The Android platform provides a very minimal C++ runtime support library (/system/lib/libstdc++) and corresponding headers for it in the NDK. By default, this 'system' runtime does not provide the following: Standard C++ Library support (…