首页 > 其他 > 详细

build-tools

时间:2015-11-10 15:40:05      阅读:210      评论:0      收藏:0      [点我收藏+]

 

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"
        ...
    }

build-tools

原文:http://www.cnblogs.com/cute/p/4952787.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!