Android Emulator Setup

September 19, 2025 ยท View on GitHub

1) SDK Installation

Follow the guidelines in DigiRL for installation. Make sure to install the Android emulator 33 version.

yes | sdkmanager \
  "platform-tools" \
  "platforms;android-33" \
  "build-tools;33.0.2" \
  "emulator" \
  "system-images;android-33;google_apis;x86_64"

2) Setup the Device Image

Unzip the provided device image AW.zip to $ANDROID_HOME/avd.

3) Install the required apps

python setup_apps.py