Question Detail
no toolchains found in the ndk toolchains folder for abi with prefix mips64el-linux-android
I have download Project from GitHub to check some functionality and when I open Android Project in Android Studio it gives me Error
no toolchains found in the ndk toolchains folder for abi with prefix mips64el-linux-android
I have updated everything as required
and Already installed NDK in SDK but Still showing this issue. I have download another Project to check issue is in My Side or In the project but that project also gives the same.
What is the issue in Android studio for that it is raising No toolchains Folder not found Error?
Thread Reply
Hemant Sharma
- 3 years ago
I already found the same error no toolchains found in the ndk toolchains folder for abi with prefix mips64el-linux-android but not found solution on google at the end i solve it by my own.
I have missed toolchains folder in your NDK folder.
or
you have missed some other files in the toolchains folder in SDK.
Please Check at your SDK location should has
D:\\Mylocation\SDK\ndk-bundle\toolchains\mips64el-linux-android-4.9
mips64el-linux-android-4.9 sometimes this file is miss in your SDK so please download NDK manually from here.
Hemant Sharma
- 3 years ago
I already found the same error no toolchains found in the ndk toolchains folder for abi with prefix mips64el-linux-android but not found solution on google at the end i solve it by my own.
I have missed toolchains folder in your NDK folder.
or
you have missed some other files in the toolchains folder in SDK.
Please Check at your SDK location should has
D:\\Mylocation\SDK\ndk-bundle\toolchains\mips64el-linux-android-4.9
mips64el-linux-android-4.9 sometimes this file is miss in your SDK so please download NDK manually from here.
Anonymous
- 3 years ago
Mips64el-linux-android-4.9 lib is in Older NDK verson you can't find it in New Version you can download file from
for more go on Android NDK URL AND Select NDK Android NDK, Revision 13b to Download
Something More