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

前端 未结 30 2622
猫巷女王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:02

    Navigate to C:\Users\lalit\AppData\Local\Android\Sdk\ndk-bundle\toolchains.

    Now, find the folder name aarch64-linux-android-4.9 and rename it to mips64el-linux-android.

    Re-run the android app.

提交回复
热议问题