When running the ndk-build command I get the following error:
Android NDK: Could not find application project directory ! Android NDK: Please define the
You can use the following command
ndk-build -C your_project_path
Hope this will answer your question.