I am trying to debug native Android apps using eclipse + NDK + cygwin (obviously on a windows machine)
Everything seems to be working fine (after a while, of course :) - but it seems like I always get the same error when I hit the breakpoint = "The symbol table is not loaded. Use the file command.
Even if I use ndk-gdb directly - the same problem.
When I check the use of "info shared" - I do not load the ".o".
Any ideas?
thank
Roman source
share