Last active
November 10, 2025 15:58
-
-
Save ifiokjr/b70882d3f1182ed48ec7eefa5c93a740 to your computer and use it in GitHub Desktop.
Revisions
-
ifiokjr revised this gist
Mar 18, 2020 . 2 changed files with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>` This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ -
ifiokjr created this gist
Mar 18, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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