User Tools

Site Tools


setting_up_adb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
setting_up_adb [2026/05/29 12:50] – updated winget cmd phobossetting_up_adb [2026/05/29 13:42] (current) – fixed code blocks phobos
Line 29: Line 29:
 After installing, open a terminal (such as Powershell) and run this command to install ADB: After installing, open a terminal (such as Powershell) and run this command to install ADB:
  
-''winget install --exact Google.PlatformTools''+<code>winget install --exact Google.PlatformTools</code>
  
 You will now be able to use ADB commands from your terminal. You will now be able to use ADB commands from your terminal.
Line 48: Line 48:
 Install Brew: Install Brew:
 Open the Terminal and paste this command: Open the Terminal and paste this command:
-''/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"''+<code>/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"</code>
  
 Install ADB: Install ADB:
 Run in Terminal: Run in Terminal:
-''brew install android-platform-tools''+<code>brew install android-platform-tools</code>
  
 You can now run ADB commands from the terminal. You can now run ADB commands from the terminal.
setting_up_adb.1780084203.txt.gz · Last modified: by phobos