Android Studio has updated the NDK to r-18, which seems to have changed the C++ compiler, but it isn't clear what is wrong. We get the following error:
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
The samples that comes with Superpowered release 1.2.4 also have this error when using Android Studio 3.2 RC3 with NDK-r18.
What needs to be done to fix the compilation?