I am trying to learn native application development in Android and for that i created a sample application and now i am trying to debug it. I followed tutorial on this page for debugging. But now when i start debugging using this configuration i get the following error:
Error in final launch sequence
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Don't know how to run. Try "help target".
Don't know how to run. Try "help target".
My development Environment (if needed):
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Eclipse - the eclipse ADT bundle downloaded from the android developers website
ADT package version 23.0.1.1259578
Eclipse CDT - Eclipse c/c++ Development Tools - 8.1.2.201302132326
Eclipse CDT - GDB Common - 7.0.0.201302132326
NDK - android-ndk-r10c-linux-x86_64
Any help appreciated.