macOS Setup Guide
Important
Ensure you have reviewed the Emulator Settings before proceeding.
Installation Steps
-
Install Homebrew
Download and install Homebrew by following the instructions on their official website. -
Install ADB
Use Homebrew to install Android Debug Bridge (ADB):brew install --cask android-platform-tools -
Install Tesseract
Used for optical character recognition (OCR):brew install tesseract -
Download AdbAutoPlayer
- Visit the AdbAutoPlayer GitHub releases page to download the latest
AdbAutoPlayer_aarch64.app.tar.gz. - Extract the
.tar.gzfile to a folder on your computer. - Follow the Instructions in the
MACOS_READ_THIS_IMPORTANT.txtyou can also find in the releases page AdbAutoPlayer GitHub releases page
- Visit the AdbAutoPlayer GitHub releases page to download the latest
Additional Information
- Build Locally (Optional)
To build the app from source, follow the instructions in the Dev & Build Guide.