fix: add sdk tools to path for avd creation step

This commit is contained in:
Samuel Newman
2026-07-17 22:19:48 +03:00
parent 1d25c38c57
commit e736d39ad3
+2
View File
@@ -226,6 +226,8 @@ jobs:
- name: Create AVD with reduced resolution
run: |
SDK_ROOT="${ANDROID_SDK_ROOT:-${ANDROID_HOME:-/usr/local/lib/android/sdk}}"
export PATH="$SDK_ROOT/cmdline-tools/latest/bin:$PATH"
echo no | avdmanager create avd --force -n nightly-e2e \
--abi 'google_apis/x86_64' \
--package 'system-images;android-35;google_apis;x86_64' \