When running the ndk-build command I get the following error:
Android NDK: Could not find application project directory ! Android NDK: Please define the
Follow Below steps:
1)Right on your project 2)Go to properties 3)Go to C/C++ Build 4)Go to Builder Settings 5)Go to Build Location Add build directory 6)Click on Workspace 7)Select your project folder
you should see something like
${workspace_loc:/[Your Project_Name]}
Done!!