解決新版本NDK移除了mips64el
導致 gradle
編譯舊項目時 報 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
的問題。
mkdir -p $ANDROID_HOME/ndk-bundle/toolchains/mips64el-linux-android/prebuilt/linux-x86_64
解決新版本NDK移除了mips64el
導致 gradle
編譯舊項目時 報 No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
的問題。
mkdir -p $ANDROID_HOME/ndk-bundle/toolchains/mips64el-linux-android/prebuilt/linux-x86_64