I got an android studio project from another person and I am having issues building/debugging due to (I believe) the NDK path.
The error I am getting is "Execution faild for task ':app:externalNativeBuildCleanDebug' due to starting command 'C\Users\OtherUserName\...\ndk-build.cmd'
I have changed the NDK location in File->Project Structure so it is correct but I am not sure what else I need to do. When I do a ctrl-shift-f and find all OtherUserName there is over 1000 occurrences. Any advice on what I need to do?
I am able to Build->Make Project, but when I run->Debug I get a gradle build error described above.