Android-TensorFlow-Lite-Example
Android-TensorFlow-Lite-Example copied to clipboard
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
I have cloned this repo, and when I try to build the project, this is what I get as an error in the Build log:
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
I use Android Studio 3.2.1 on Mac OS
Seems like there is some files missing from the NDL folder in your computer (probably a bug with the current version). Maybe try this: https://stackoverflow.com/a/50393639
Also if you look at the first closed issue, it references this problem I believe.