环境:Ubuntu 16.04(64位)
今天在 jenkins 上构建Android项目的时候,报错了:
11:56:42 * What went wrong:
11:56:42 Execution failed for task ':framework:DroidPlugin:compileReleaseAidl'.
11:56:42 > java.lang.RuntimeException: org.gradle.process.internal.ExecException: A problem occurred starting
process 'command '/XXXXXX/android/android-sdk-linux/build-tools/23.0.2/aidl''
搜索了一下,得到的结果是说 compileSdkVersion 和 buildToolsVersion 不匹配导致的,但是我查看了我的 build.gradle 文件它们是匹配的。
继续搜索,找到:
原因:因为我的系统是64位的Ubuntu,需要安装几个32位的库才可以。
随后我又想起了,我在Ubuntu电脑上下载Android Studio的时候看到过这个东东。(安装说明下拉选择Linux)
https://developer.android.google.cn/studio/install.html