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 AdbAutoPlayer

Additional Information

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