gradle编译报错如下:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'IronSrcDemoApp'.
> No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
该问题解决方案参照stackoverflow的解决方案
# on Mac
cd ~/Library/Android/sdk/ndk-bundle/toolchains
ln -s aarch64-linux-android-4.9 mips64el-linux-android
ln -s arm-linux-androideabi-4.9 mipsel-linux-android