Android项目gradle 编译出现以下错误:

 

Cause: buildToolsVersion is not specified.

在项目的gradle文件中添加:

google()依赖即可:

android studio报错:Cause: buildToolsVersion is not specified.

相关文章: