Debugging jni code of android application
How can i debug jni code of my android application in idea?
I've built jni code with ndk-build and flag -NDK_DEBUG=1, but this didn't helped. Idea didn't fall in my breakpoints in c++ code.
A also tried to create "Remote" debug with default params and run it. But nothing happened.
Can anyone help ? Step by step manual or something would be very helpfull.
Please sign in to leave a comment.
Hello,
As I know, C++ debugging is not supported in IntelliJ IDEA