Android ndk android.toolchain.CMake:621处的CMake错误(消息):

Android ndk android.toolchain.CMake:621处的CMake错误(消息):,android-ndk,cmake,Android Ndk,Cmake,尽管我已经将ndk设置为我的路径,但我还是收到了android ndk的错误 CMake Error at android.toolchain.cmake:621 (message): Could not find any working toolchain in the NDK. Probably your Android NDK is broken. Call Stack (most recent call first): /usr/local/Cellar/cmake/3.5.1/s

尽管我已经将ndk设置为我的路径,但我还是收到了android ndk的错误

CMake Error at android.toolchain.cmake:621 (message):
Could not find any working toolchain in the NDK.  Probably your Android  NDK  is broken.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.5.1/share/cmake/Modules/CMakeDetermineSystem.cmake:98 (include)
CMakeLists.txt:52 (project)


CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
make: *** No targets specified and no makefile found.  Stop.

我也面临同样的问题。你设法让它工作了吗?