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

前端 未结 30 2625
猫巷女王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 09:52

    I uninstalled the NDK since I didn't need it . Go to SDK manager on Android studio ( Tools -> Android -> SDK Manager ) . If NDK is installed . Just uncheck the box and click OK . The installed components will be deleted .

提交回复
热议问题