Skip to content

Instantly share code, notes, and snippets.

@ifiokjr
Last active November 10, 2025 15:58
Show Gist options
  • Save ifiokjr/b70882d3f1182ed48ec7eefa5c93a740 to your computer and use it in GitHub Desktop.
Save ifiokjr/b70882d3f1182ed48ec7eefa5c93a740 to your computer and use it in GitHub Desktop.

Revisions

  1. ifiokjr revised this gist Mar 18, 2020. 2 changed files with 7 additions and 2 deletions.
    7 changes: 7 additions & 0 deletions ADB Instructions.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    - *Download lastest Android platform tools*
    - Mac https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
    - Linux https://dl.google.com/android/repository/platform-tools-latest-linux.zip
    - Windows https://dl.google.com/android/repository/platform-tools-latest-windows.zip

    - Unzip the folder to `platform-tools`
    - Use ADB with `./platformtools/adb <COMMAND>`
    2 changes: 0 additions & 2 deletions Instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +0,0 @@
    Download platform tools: https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
    Reference adb from there
  2. ifiokjr created this gist Mar 18, 2020.
    2 changes: 2 additions & 0 deletions Instructions.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    Download platform tools: https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
    Reference adb from there