You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cmake toolchain file can't be found. I'm guessing the agent image has changed, maybe it doesn't have Android on it by default anymore.
/usr/local/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/Users/runner/Library/Android/sdk/ndk-bundle/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_NATIVE_API_LEVEL=26 -DANDROID_BUILD_TOOLS_VERSION=29.0.2 -DANDROID_SDK=/Users/runner/Library/Android/sdk -DJAVA_HOME=/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home -DANDROID_KEYSTORE=/Users/runner/work/1/s/android.release.keystore -DANDROID_KEYSTORE_PASS=pass:*** -DANDROID_KEY_PASS=pass:*** -DANDROID_VARIANT=quest ..
CMake Warning:
Ignoring extra path from command line:
"/Users/runner/work/1/s/build/Studio.app/Contents/jre/jdk/Contents/Home"
CMake Error at /usr/local/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake:130 (message):
Could not find toolchain file:
/Users/runner/Library/Android/sdk/ndk-bundle/build/cmake/android.toolchain.cmake
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
##[error]The process '/usr/local/bin/cmake' failed with exit code 1
##[error]CMake failed with error: The process '/usr/local/bin/cmake' failed with exit code 1
Finishing: CMake
The text was updated successfully, but these errors were encountered:
The cmake toolchain file can't be found. I'm guessing the agent image has changed, maybe it doesn't have Android on it by default anymore.
The text was updated successfully, but these errors were encountered: