【发布时间】:2012-01-11 10:14:48
【问题描述】:
我无法区分 Android 平台工具和 Android SDK 工具。 谁能给我一个简介?
【问题讨论】:
-
@Ahmed Aswani platform-tools 在 android sdk 下。你在哪里找到的 sdk 工具?
-
在我的 linux arch 发行版上:/opt/android-sdk 我有 2 个文件夹平台工具和工具。在 Android SDK 管理器中也可以安装组件:Android SDK 工具和 Android SDK 平台工具
-
我的上一条评论是错误的:
The Android SDK includes a variety of tools that help you develop mobile applications for the Android platform. The tools are classified into two groups: SDK tools and platform tools. SDK tools are platform independent and are required no matter which Android platform you are developing on. Platform tools are customized to support the features of the latest Android platform.(pt - 它们向后兼容旧平台)来自developer.android.com/guide/developing/tools/index.html -
@Selvin 将其作为答案发布 :)