diff --git a/README.md b/README.md index d650487..aeef340 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,12 @@ emulator @pixel_6.27 -qemu -machine virt > [!NOTE] -qemu -machine virt > This two options are only necessary if you are going to run **Aarch64** Android on a **x86_64** host. + +## adb server + +If you see _`access denied`_ error message for `adb` command, run `adb server` with sudo: +```bash +sudo ~/bin/android_sdk_root/platform-tools/adb start-server +``` + +The command will spawn background `adb server` process, granting necessary access permissions for all subsequent local `adb` commands. \ No newline at end of file