Set up local development environment
masterTo develop locally on the uiautomator2 repository, clone the repository, install dependencies using poetry, and sync the required assets (such as APKs) using make.
git clone https://github.com/openatx/uiautomator2
cd uiautomator2
pip install poetry
poetry install
# download apk to assets/
make sync
# run python shell after device or emulator connected
poetry run uiautomator2 console