android - SDK、SDK平台和SDK平台工具的区别

标签 android sdk

我正在安装 android sdk,但是当我尝试使用 sdk 管理器时,出现了很多东西。我特别想知道 SDK、SDK 平台和 SDK 平台工具之间的区别。任何解释或指示表示赞赏。

最佳答案

SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK like emulator, sdcard, sqlite and apk builder etc.. Where as Platform-tools are used to support the features for the current android platform including adb which is acting like a bridge to communicate with emulator or device.

关于android - SDK、SDK平台和SDK平台工具的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12895793/

相关文章:

android - 为什么我的命令行android列表目标什么都没显示?

java - Java(Android Studio) libgdx 中的代码,如何计算射弹

android - Flutter - 可以在 Flutter 应用程序中导入 fragment 吗?

php - 如何从 Amazon S3 ListObjects 迭代器获取 CommonPrefixes

Android 目标 sdk 与弃用的方法

php - Facebook 营销 API PHP SDK - "Filtering field delivery_info is invalid"

android - 使用 SpringFramework Android Rest Client 出现 422 错误时获取 Web 服务消息

android - 编辑 android VideoView 帧

android - 在不暂停前一个 android 的情况下开始另一个 Activity

windows - 如何从头开始在 Windows 上正确配置 GAE Go SDK 和 GoClipse?