1. 程式人生 > >Android Studio - No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

Android Studio - No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

錯誤提示: No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

錯誤原因:確實是缺少對應的檔案,我出現這種情況是升級了NDK之後。

解決辦法:把缺失檔案放到NDK的toolchains目錄中。

NDK下載地址:https://developer.android.com/ndk/downloads/?hl=zh-en

下載對應版本的NDK,隨後解壓縮下載檔案,進入“toolchains”目錄,將缺失的檔案拷貝到Android SDK的“ndk-bundle\toolchains”目錄中,這個問題就解決完畢了!

你的Android SDK路徑\ndk-bundle\toolchains

錯誤截圖:

 

參考:

 https://github.com/google/filament/issues/15