Android-sdk-platform-tools-common Verified Jun 2026

On Debian, Ubuntu, or derivative systems (like Linux Mint or Kali), you can install it using the terminal:

By installing through the package manager, you get the benefit of udev rules integration. This is a critical, often overlooked feature. It ensures that when you plug in an Android device via USB, the correct permissions are applied automatically. Without this, developers often face the frustrating no permissions (user in plugdev group) error. This package helps bridge that gap seamlessly.

The android-sdk-platform-tools-common package often installs udev rules automatically. If not, you can manually add rules: android-sdk-platform-tools-common

: Tasks like calibrating a fingerprint sensor after a repair.

: You must log out and log back in for the group membership change to take effect. On Debian, Ubuntu, or derivative systems (like Linux

: Testing your apps directly on a physical Android device.

: It ensures that your user account has the necessary permissions to use tools like adb (Android Debug Bridge) and fastboot without needing to run every command as a superuser (root). Without this, developers often face the frustrating no

On Debian/Ubuntu-based systems, installation is straightforward:

The name common can be confusing. Novice developers often wonder if they need platform-tools , platform-tools-common , or both. The naming convention feels utilitarian rather than descriptive.

: These are configuration files that tell the Linux kernel how to handle physical devices when they are plugged in via USB.

The package is a critical component for Linux users (specifically on Debian/Ubuntu-based systems) who need to interface their computer with Android devices. What is it?