简体   繁体   中英

Tool chain 'ndk-gcc' (GNU GCC): XCode arm-linux-androideabi-gcc is a wrapper around Clang

Tool chain 'ndk-gcc' (GNU GCC): XCode arm-linux-androideabi-gcc is a wrapper around Clang. Treating it as Clang and not GCC.

Stuck with this project compilation issue. unable to compile.

If I get it right you need to set the parameter

toolchain = 'clang'

in the build.gradle file. It seems to be set to gcc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM