Issue
I am using Android NDK with eclipse. I have settled everything up to debugging android native code, using many QAs in stack overflow. Now at the end of setups, in the debug configuration there is no debugger known by eclipse in the list. You see the window in the picture below.
Following this tutorial, there should be gdbserver Debugger
option in that list.
Solution
the tutorial you followed is a bit old, ADT supports NDK projects a lot better now.
Can you try adding native support to your project:
Then launching debug as "Android Native Application":
I've made a screencast some time ago to demonstrate this: https://www.youtube.com/watch?v=kjsC-lKUgM8
Answered By - ph0b
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.