Android-sdk-platform-tools-common (2027)
Спасибо! Ваша заявка принята.
| |||||||||||
|
|
|
Войти через
|
|
|
is a software package available in the official repositories of Debian, Ubuntu, and their derivatives. It provides the core command-line tools from Google’s Android SDK Platform Tools, precompiled and packaged specifically for Linux environments.
On Debian, Ubuntu, or derivative systems (like Linux Mint or Kali), you can install it using the terminal:
is an essential package for any Linux user who works with Android devices. It provides the battle-tested adb and fastboot utilities directly through the system package manager, eliminating the hassle of manual SDK management. Whether you’re a mobile developer, a power user flashing custom ROMs, or a QA engineer automating device tests, mastering these tools will greatly enhance your Android workflow.
: Check your cable and ensure USB Debugging is enabled in your Android device's Developer Options. Run apps on a hardware device | Android Studio
| Feature | android-sdk-platform-tools-common | Manual SDK Download | |---------|--------------------------------------|----------------------| | | Automatic updates via apt upgrade | Manual re-download | | System integration | Installs udev rules, man pages, and PATH entries | Requires manual setup | | Disk space | Minimal (~5-10 MB) | Full SDK is ~1+ GB | | Stability | Tested by distribution maintainers | May include beta versions |
The primary selling point is ease of use. Instead of manually downloading binaries from Google, extracting them, and adding them to your .bashrc or /usr/bin , installing this package (usually via sudo apt install android-sdk-platform-tools ) handles the setup automatically. It puts the tools where they belong.
Log out and back in for changes to take effect.
adb reboot bootloader fastboot devices fastboot flash recovery twrp.img
Add your user to the plugdev group:
The android-sdk-platform-tools-common package often installs udev rules automatically. If not, you can manually add rules:
The package typically installs the following executables in /usr/lib/android-sdk-platform-tools/ or /usr/bin/ :