We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc76e7 commit 4ca56d1Copy full SHA for 4ca56d1
.github/workflows/android-reusable-test.yaml
@@ -61,10 +61,10 @@ jobs:
61
- name: Create AVD Device
62
id: avd
63
shell: bash
64
- env:
65
- ANDROID_SDK_VERSION: 10406996
66
- ANDROID_SDK_CHECKSUM: 8919e8752979db73d8321e9babe2caedcc393750817c1a5f56c128ec442fb540
67
run: |
+ # Debug environment variables
+ printenv | grep 'ANDROID\|HOME'
+
68
# List installed and available packages
69
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --list
70
# Download images
0 commit comments