美文网首页
Execution failed for task ':

Execution failed for task ':

作者: DevSiven | 来源:发表于2017-03-20 10:47 被阅读82次

Execution failed for task ':app:compileDebugAidl'. > aidl is missing 编译报错

前阵子,在公司电脑编译原来的项目是没有大问题,当转移到另外一台电脑的时候。直接是报错“Execution failed for task ':app:compileDebugAidl'. > aidl is missing”

当时分析:
1、android studio 版本(升级最新,没解决)
2、sdk版本问题(切换a22、23 没解决)
3、buildtool 版本问题 (最终download最新版本的25.0.0 解决这个编译问题)

开发记录
2017.3.20

相关文章

网友评论

      本文标题:Execution failed for task ':

      本文链接:https://www.haomeiwen.com/subject/estenttx.html