1. 程式人生 > >Android studio 升級報錯No toolchains found in the NDK toolchains folder for ABI with prefix

Android studio 升級報錯No toolchains found in the NDK toolchains folder for ABI with prefix

ANDRID STUDIO 升級報錯
No toolchains found in the NDK toolchains folder for ABI with prefix
當出現

No toolchains found in the NDK toolchains folder for ABI with prefix: aarch64-linux-android

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

這樣的錯誤時,就是通過android studio 下載來的ndk缺少檔案

解決辦法:

到ndk下載連線 https://developer.android.google.cn/ndk/downloads/下載相應版本,然後清空ndk-bundle(sdk 安裝路徑一般預設C盤)檔案下的內容,用下來的進行替換,重新build工程。就可以完成構建。由於升級更新快,我個人建議用正式版,畢竟升級面臨著風險,有些坑還沒有人踩。如果同時面領著發包,估計那一天你會炸,不開玩笑了,希望對你有所幫助。

 

書到用時方恨少,紙上得來終覺淺。共同進步!