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
Install Tesseract for optical character recognition (OCR):brew install tesseract
-
Download AdbAutoPlayer
- Visit the AdbAutoPlayer GitHub releases page to download the latest
AdbAutoPlayer_MacOS.zip
. - Extract the
.zip
file to a folder on your computer.
- Visit the AdbAutoPlayer GitHub releases page to download the latest
Additional Information
-
Read the Important Notes
Inside theAdbAutoPlayer_MacOS.zip
, review the MACOS_READ_THIS_IMPORTANT.txt file for critical setup details. -
Build Locally (Optional)
To build the app from source, follow the instructions in the Dev & Build Guide.