Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

macOS Setup Guide

Important

Ensure you have reviewed the Emulator Settings before proceeding.

Installation Steps

  1. Install Homebrew
    Download and install Homebrew by following the instructions on their official website.

  2. Install ADB
    Use Homebrew to install Android Debug Bridge (ADB):

    brew install --cask android-platform-tools
    
  3. Install Tesseract
    Used for optical character recognition (OCR):

    brew install tesseract
    
  4. Download AdbBot

    • Visit the AdbBot GitHub releases page to download the latest AdbBot_aarch64.app.tar.gz.
    • Extract the .tar.gz file to a folder on your computer.
    • Follow the Instructions in the MACOS_READ_THIS_IMPORTANT.txt you can also find in the releases page AdbBot GitHub releases page

Additional Information

  • Build Locally (Optional)
    To build the app from source, follow the instructions in the Dev & Build Guide.