taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 437 forks source link

Cmake thinks NDK r9b is bad, when it is working #7

Closed bradc6 closed 10 years ago

bradc6 commented 10 years ago

I think mine is related, it detects the latest (r9b) but always thinks that it is bad. When a generate the standalone toolchain from said NDK it works correctly.

CMake Error at cmake/toolchains/Android.toolchain.cmake:700 (message): Could not find any working toolchain in the NDK. Probably your Android NDK is broken. Call Stack (most recent call first): /opt/local/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake:93 (include) CMakeLists.txt:11 (project)

(Thank You for an otherwise awesome build script :+1: )

taka-no-me commented 10 years ago

Hi Bradley,

I'm going to close your bug-report without a fix. You have not provided any details about the cmake failure. The message you get is very broad and usually means lack of some permissions on NDK files.