Skip to content

Instantly share code, notes, and snippets.

@ll033
ll033 / adb-linux.md
Created August 19, 2024 00:07 — forked from isti03/adb-linux.md
Install ADB (Android Debug Bridge) on Linux and useful snippets

Getting ADB (Android Debug Bridge) working on linux can be a bit harder than on other operating systems. This guide aims to help with that.

Installation

1. Install the adb package

Just use your package manager

2. Add yourself to the plugdev group