I would like to execute the following command : “ndk-gdb –help”, in the console (I am on Mac OSX).
When I go to my NDK folder in the console and execute this command, I get the following error message: “-bash: ndk-gdb: command not found”. I don’t understand why I get this message as the ndk-gdb file is clearly present in the folder…
Anyone knows how to solve this issue ?
By the way, I would like to be able to execute this command line (“ndk-gdb –help”) or any other command using ndk-gdb from any folder ; how to make this possible ?
Thanks !!!
You need to add the NDK folder to your
$PATHenvironmental variable.Then close your terminal and open a new one.