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