Android的SDK构建工具 [英] Android SDK build tools

查看:228
本文介绍了Android的SDK构建工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我有两个或两个以上版本的Andr​​oid SDK的构建工具,如下图所示那么当其中一个会由Eclipse同时建设作为选。是否因为任何与SDK平台choosen开发的apk。

If i have two or more version of android sdk build tools as shown below then when which one will be choosen by the eclipse while building. IS it anything to with the SDK platform choosen for developing apk.

下面哪一个将被用于17或19?

Here which one will be used either 17 or 19?

推荐答案

构建工具指定用于构建Android项目的工具链。在Eclipse中,你可以通过指定改变所使用的版本与project.properties文件 sdk.buildtools ,例如:

The build tools specifies the toolchain used to build Android projects. In Eclipse you can change which version is used with the project.properties file by specifying sdk.buildtools, e.g.

sdk.buildtools=17.0.0

您可能永远不会需要做的,因为它会使用最新安装的版本默认。它不紧密耦合到SDK版本,并且只从SDK本身最近已经裂开(自17版)。

You will probably never need to do that, as it will use the most recent installed version by default. It is not tightly coupled to the SDK version, and has only been recently split apart from the SDK itself (since version 17).

这篇关于Android的SDK构建工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆