Home | History | Annotate | Download | only in ndk

Lines Matching refs:NDK

19 # on a given NDK application. The application must be debuggable, i.e.
23 # See docs/NDK-GDB.TXT for usage description. Essentially, you just
24 # need to launch ndk-gdb from your application project directory
25 # after doing ndk-build && ant install && <start-application-on-device>
30 # Check if absolute NDK path contain space
33 *\ *) echo "ERROR: NDK path cannot contain space"
40 . $PROGDIR/build/tools/ndk-common.sh
166 # ./ndk-gdb --project=/path/to/project
292 echo "Setup a gdb debugging session for your Android NDK application."
293 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions."
320 log "Android NDK installation path: $ANDROID_NDK_ROOT"
387 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX`
528 echo "ndk-gdb will only work if your device is running Android 2.2 or higher."
533 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher."
593 # If gdb.setup exists, then we built with 'ndk-build NDK_DEBUG=1' and it's
601 echo " - Rebuilt with the NDK_DEBUG=1 option when calling 'ndk-build'."
611 # debuggable flag in the manifest without calling ndk-build afterwards.
616 echo " native binaries. Please call 'ndk-build' to do so,"