I’ve downloaded the Cheesy Poofs 2017 cheesydroid vision app into Android Studio on Windows 10. I downloaded ndk-14 (The most recent ndk version doesn’t work with the app) and Android Studio recognized I had installed it, but when I tried to build it, the app:ndkbuild failed because it couldn’t find the ndk-build.cmd file in the ndk-bundle folder (under C:…\AppData\local\Android\Sdk
dk-bundle
dk-build.cmd). Does anyone know how to solve this problem and have the build properly access the ndk-build.cmd file? Any help is appreciated.