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
{{ message }}
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
hey @chenxiaolong i was able to compile before adding other toolchain support , now everytime i try i get
`CMake Error at external/android-cmake/android.toolchain.cmake:764 (message):
Specified toolchain "x86_64-clang3.6" is missing in your NDK or broken.
Please verify that your NDK is working or select another compiler
toolchain.
To configure the toolchain set CMake variable ANDROID_TOOLCHAIN_NAME to one
of the following values:
for ndk-r12b
also same for
ndk-r10d
just with more options !
any idea how to fix it !?
i tried setting a custom variable in the cmake but no luck set(ANDROID_TOOLCHAIN_NAME "x86_64-clang")
The text was updated successfully, but these errors were encountered:
hey @chenxiaolong i was able to compile before adding other toolchain support , now everytime i try i get
for ndk-r12b
also same for
ndk-r10d
just with more options !
any idea how to fix it !?
i tried setting a custom variable in the cmake but no luck
set(ANDROID_TOOLCHAIN_NAME "x86_64-clang")
The text was updated successfully, but these errors were encountered: