Skip to content

Instantly share code, notes, and snippets.

@Alesh17
Last active January 30, 2025 13:32
Show Gist options
  • Select an option

  • Save Alesh17/4804663f62d435bba9cec64b9b9a635a to your computer and use it in GitHub Desktop.

Select an option

Save Alesh17/4804663f62d435bba9cec64b9b9a635a to your computer and use it in GitHub Desktop.
How to enable ADB terminal commands in Android Studio (MacOs)
  1. Open Finder, press Command+Shift+G and paste: ~/.zshrc
  2. Open .zshrc file with TextEdit
  3. Paste: alias adb='~/Library/Android/sdk/platform-tools/adb’
  4. Run command in terminal: source ~/.zshrc
  5. Restart Android Studio

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment