Eclipse遇到如下错误:
原因:
eclipse自动使用最高版本的SDK,ADT比SDK版本低导致
解决办法:
1、用SDK Manager.exe下载低版本的build-tools,如27.0.3
2、add this in the project.properties of your project:
sdk.buildtools=27.0.3
//设置sdk使用的buildtools版本
转载自:http://blog.csdn.net/lz_1990/article/details/78841565
原文地址:https://www.cnblogs.com/mengjinluohua/p/8440652.html
时间: 2024-11-10 13:18:17