Hello ,
I tried to build a project with the new CrystaX NDK to go along with Android Studio 2.2.3 and i got the following error
CMake Error at /home/william/Tools/sdk/cmake/3.6.3155560/android.toolchain.cmake:351 (message):
Failed to parse Android NDK revision:
/home/william/Tools/crystax-ndk-10.3.2/source.properties.
Call Stack (most recent call first):
/home/william/Tools/sdk/cmake/3.6.3155560/share/cmake-3.6/Modules/CMakeDetermineSystem.cmake:98 (include)
CMakeLists.txt
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
I checked with the android ndk r13b , and it has a file containing the source.properties file .
Any chance such a file exists specifically for CrystaX NDK that i could use or perhaps , another way that Android Studio can determine the type of NDK in use ?