News

The Android Debug Bridge (ADB) allows you to wirelessly issue commands to your phone, removing the need for cables. Wireless ADB works on Windows, macOS, Linux, and Chromebooks. No platform is ...
Google has made ADB and fastboot available as a standalone package, meaning users no longer need to download them with Android Studio or the Android SDK.
You can get the platform tools for Windows, Linux, or Mac direct from Google's servers. You get a ZIP file containing the platform tools folder with ADB, fastboot, and a few other tools.
When you set up ADB, you’ll get fastboot commands, too. Fastboot commands like “fastboot flash” will allow you to install custom recoveries and kernels.