I\'m having trouble getting my NDK to compile properly in Android Studio. Whenever I try running to compile I am getting the following error.
Error:Ex
Add the ndk path (C:\android-ndk-r10e) to the path variable's value in the environment variable(System variable) which left my "path" variable like this
Settings --> System --> Advenced System Settings --> System Variables
Then open the the command window (cmd). Enter the location of your project folder with cd commands and write "ndk-build" then press enter.