I\'m trying to install NDK 15c and I can\'t seem to figure out how to tell sdkmanager the version. If I run
sdkmanager \"ndk-bundle\"
I will ge
As stated in the docs:
Use the sdkmanager tool to view versions of CMake and NDK packages that are available:
sdkmanager --list
Pass the sdkmanager the strings for the packages that you want to install. For example, to install CMake and the NDK, use the following syntax:
sdkmanager --install "ndk;major.minor.build" "cmake;major.minor.micro.build"