Google 提供 Fastboot 和 ADB 单独下载服务

在许多 Android 用户多次呼吁之后,Google 终于将 ADB 和 Fastboot 作为单独的文件提供给用户下载。以前这些文件只包含在大尺寸的 Android SDK 或 Android Studio 当中提供给用户,现在这种变化意味着它们现在比以往更快,更容易执行和侧载。

多年来,为了帮助克服只为2个小文件,下载大量文件的问题,第三方网站往往单独提供这2个文件,但出于安全考虑,许多人更喜欢使用官方工具。通过让 ADB 和 Fastboot 这2个软件更容易获得,Google 有效地提升了解锁手机和刷机用户数量。

以下是 ADB 和 Fastboot 的谷歌官方下载链接:

ADB和Fastboot for Windows

https://dl.google.com/android/repository/platform-tools-latest-windows.zip

ADB和Fastboot for Mac

https://dl.google.com/android/repository/platform-tools-latest-darwin.zip

ADB和Fastboot for Linux

https://dl.google.com/android/repository/platform-tools-latest-linux.zip

由于这些是直接的 Google 链接,用户可以确保下载不仅是官方的,而且将始终能够获得最新版本的 ADB 和 Fastboot 。
Google 提供 Fastboot 和 ADB 单独下载服务

文章转载自 开源中国社区 [http://www.oschina.net]

上一篇:js中多个Date对象变量间赋值互相影响


下一篇:JS中公共/私有变量和方法