Top "Ndk-gdb" questions

A helper shell script named 'ndk-gdb' to easily launch a native debugging session for your NDK-generated machine code.

run-as Package 'a.b.c' is unknown - Galaxy S4 Jellybean or Android 4.3

I cannot run run-as (or ndk-gdb) for the Galaxy S4 running Jellybean 4.2.2. ~ $ adb shell shell@android:/ $ run-as a.b.c …

android android-ndk gdb android-4.3-jelly-bean ndk-gdb
Your APP_BUILD_SCRIPT points to an unknown file: ./jni/Android.mk

I am trying to get ndk-gdb to work but I have some problems. My project structure is something like this: …

android android-ndk java-native-interface ndk-gdb