build-tools

本文介绍了如何通过Eclipse和Android Studio来指定特定版本的Build Tools用于Android应用项目的构建过程。在Eclipse中需要编辑project.properties文件添加对应的版本号,在Android Studio中则是在build.gradle文件内的android部分设置buildToolsVersion属性。

 

http://developer.android.com/intl/zh-cn/tools/revisions/build-tools.html

可以更新到最新的版本

<sdk>/build-tools/ 下会有多个版本共存。

To use a specific version of the Build Tools in your application project:

Using Eclipse

  1. In the root folder of your application project, find the project.properties file.
  2. Open the file and specify the Build Tools version by adding a buildtools property on a separate line:
    sdk.buildtools=17.0.0

Using Android Studio

  1. In the root folder of your application project, find the build.gradle file.
  2. Open the file and specify the Build Tools version by adding a buildToolsVersion property to the android section:
    android {
        ...
        buildToolsVersion "17.0.0"
        ...
    }

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值