Skip to content

Commit c7d0f60

Browse files
authored
Update android-build1.yml
1 parent 8c0892b commit c7d0f60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/android-build1.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ jobs:
5858
sdkmanager --update
5959
sdkmanager "platform-tools" "emulator" "system-images;android-27;default;x86_64" "platforms;android-27"
6060
61+
# Verify SDK Tools Installation (added for debugging)
62+
- name: Verify SDK Tools Installation
63+
run: |
64+
echo $ANDROID_HOME
65+
sdkmanager --version
66+
sdkmanager --list
67+
6168
# Create Android build
6269
- name: Create Android build
6370
run: |
@@ -84,3 +91,4 @@ jobs:
8491
set -e -x
8592
$ANDROID_HOME/emulator/emulator -avd test_avd -no-window -no-audio -gpu off &
8693
adb wait-for-device
94+

0 commit comments

Comments
 (0)