Advertisement
mnguyen

ndk-debug

Sep 11th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ ndk-gdb --force --verbose
  2. Android NDK installation path: /Users/mnguyen/Development/ndk
  3. Using default adb command: /Users/mnguyen/Development/sdk/platform-tools/adb
  4. ADB version found: Android Debug Bridge version 1.0.31
  5. Using ADB flags:
  6. Using JDB command: /usr/bin/jdb
  7. Using auto-detected project path: .
  8. Found package name: com.hlcam.video
  9. ABIs targetted by application: armeabi
  10. Device API Level: 19
  11. Device CPU ABIs: armeabi-v7a armeabi
  12. Compatible device ABI: armeabi
  13. Using gdb setup init: ./libs/armeabi/gdb.setup
  14. Using toolchain prefix: /Users/mnguyen/Development/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-
  15. Using app out directory: ./obj/local/armeabi
  16. Found debuggable flag: true
  17. ERROR: Could not extract package's data directory. Are you sure that
  18. your installed application is debuggable?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement