0
点赞
收藏
分享

微信扫一扫

Jenkins编译出错:No toolchains found in the NDK toolchains folder for ABI with prefix

书坊尚 2022-02-17 阅读 70
FAILURE: Build failed with an exception.
15:33:34 
15:33:34 * What went wrong:
15:33:34 Execution failed for task ':app:stripReleaseDebugSymbols'.
15:33:34 > No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi

以上是Jenkins报出的详细日志。

解决:classpath 'com.android.tools.build:gradle:4.0.0' 高于或等于此版本

举报

相关推荐

0 条评论