码迷,mamicode.com
首页 > 移动开发 > 详细

Error:Execution failed for task ':app:compileDebugAidl'. > java.lang.IllegalStateException: aidl is missing from '/Users/renguodong/Library/Android/sdk/build-tools/26.0.2/aidl'

时间:2018-01-07 17:29:48      阅读:581      评论:0      收藏:0      [点我收藏+]

标签:uga   body   use   网上   compile   exception   github   mac   分析   

错误信息:Error:Execution failed for task ‘:app:compileDebugAidl‘. > java.lang.IllegalStateException: aidl is missing from ‘/Users/renguodong/Library/Android/sdk/build-tools/26.0.2/aidl‘

出错分析:网上查了一些信息,给出的都是要把BuildTools Version和Compile Sdk Version一致。可是我的已经调一致了,还是报错。分析自己的情况,我的是从GitHub上checkout出来的代码,是在Windows上push的代码,而我是用mac电脑checkout的。Mac电脑刚配置环境,sdk是直接从Windows上拷贝的,错误原因可能就出现在这。

解决办法:删除build-tools/26.0.2,重新下载。应该是因为Windows下的build-tools和mac下的不一致。

Error:Execution failed for task ':app:compileDebugAidl'. > java.lang.IllegalStateException: aidl is missing from '/Users/renguodong/Library/Android/sdk/build-tools/26.0.2/aidl'

标签:uga   body   use   网上   compile   exception   github   mac   分析   

原文地址:https://www.cnblogs.com/yidijimao/p/8228157.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!