Skip to content

Commit

Permalink
sdkmanager: system image Q
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 14, 2024
1 parent 38f18a4 commit 2a2fed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appium_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
node-version: '18.19.0'

- name: Install android SDK + Emulator
- name: Install android SDK
run: |
chmod +x scripts/install-android-sdk.sh
scripts/install-android-sdk.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source ~/.bashrc

# Install Android Image version 29
yes | sudo sdkmanager "platform-tools" "platforms;android-29" "emulator"
yes | sudo sdkmanager --channel=0 "system-images;android-29;google_apis;x86"
yes | sudo sdkmanager --channel=0 "system-images;android-29;default;x86"

emulator -version

Expand Down

0 comments on commit 2a2fed5

Please sign in to comment.