Hello,

I have a working application, with 1 android java project that calls a java 
jni project, that calls multiple native shared libraries.
I compile my lib project with ndk-build in command line, which compile all 
the other shared libraries
and I then launch the main project in eclipse, and everything is working.
BUT I'm unable to debug the native code, gdb don't want to attach:
"ERROR: Non-debuggable application installed on the target device."

Of course both java projects have debugguable property set to true in the 
manifest,
I compile with "ndk-build NDK_DEBUG=1" and there is a gdbserver in the 
compiled lib.

I really don't know what do to, does anybody already tried this kind of 
things ?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to