Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

前端 未结 30 2689
猫巷女王i
猫巷女王i 2020-11-27 09:45

I want to compile an open source android project (Netguard) using gradel (gradlew clean build) But I encountered this Error:

A problem occurred          


        
30条回答
  •  青春惊慌失措
    2020-11-27 10:09

    The simple solution is download and extract the following file which contains mips64el-linux-android-4.9 and mipsel-linux-android-4.9 folders,to your toolchains folder inside sdk "android-sdk\ndk-bundle\toolchains".

    Downlod this file and extraxt to toolchains foolder

提交回复
热议问题