A problem occurred starting process 'command aidl'

xiaoxiao2021-02-27  321

环境: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 文件它们是匹配的。然后我就想起了强大的google


Google:http://stackoverflow.com/questions/36823360/android-studio-2-0-errorexecution-failed-for-task-appcompiledebugaidl

原因:因为我的系统是64位的Ubuntu,需要安装几个32位的库才可以。


随后我又想起了,我在Ubuntu电脑上下载Android Studio的时候看到过这个东东(安装说明下拉选择Linux) https://developer.android.google.cn/studio/install.html

转载请注明原文地址: https://www.6miu.com/read-3022.html

最新回复(0)