I have two projects on Eclipse, one produce so and the other is an Android application which use it. I am trying to debug the native code in the so.
Using the guide Using Eclipse for Android C/C++ Debugging after starting my project and running NDK, I am getting the following error.
cannot stat `./libs/armeabi-v7a/gdb.setup': No such file or directory when running ndk-gdb
How can I fix it?