SDK Platform Tools,SDK 平台工具;
SDK Platform Tools 是 Android SDK 的一部分,通常是 Android SDK 目录下的 platform-tools 目录。它包含了一些与 Android 平台交互的工具,如 adb、fastboot、systrace。这些工具是 Android 应用程序开发所必需的。 如果要解锁 bootloder 并刷入新的系统映像,需要它们;
尽管这些工具中的一些新功能仅适用于最新版本的 Android,但这些工具是向后兼容的,因此只需要一个版本的 SDK Platform Tools,不需要下载很多版本的;
下载 & 安装
可以到SDK Platform Tools Release Notes页面下载 SDK Platform Tools;
包含的命令
这里的版本为 25.0.0
adb,Android Debug Bridge (adb)
dmtracedump
e2fsdroid
etc1tool
fastboot – Android flashing and booting utility
Andriod 的 flashing 和 booting 工具;
而 FastBoot 是一个协议;
hprof-conv
make_f2fs
mke2fs
mke2fs.conf
sload_f2fs
sqlite3
参考文献
SDK Platform Tools Release Notes: https://developer.android.com/studio/releases/platform-tools.html