如何查看buildToolsVersion的版本


打开build.gradle 你会发现如下配置:
  
android {
    compileSdkVersion 23
    buildToolsVersion "23.0.1"
}

那么问题来你,你知道你23下面有哪些buildtool版本吗?
首先找到你的sdk路径,然后cd build-tools,ls查看一下你都下载了哪些buildtools的版本。如果没有你想要的,可以通过Android SDK Manager进行下载


转自:https://blog.csdn.net/hlllmr1314/article/details/52219838



猜你喜欢

转载自blog.csdn.net/chuyouyinghe/article/details/80702899