Skip to content

Commit

Permalink
Downgrade and freeze emulator version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Dec 1, 2022
1 parent 1de0565 commit 1502084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ jobs:
system-images;android-${{ matrix.api }};${{ matrix.avd_tgt }};${{ matrix.avd_abi }}
emulator
- name: Install Android emulator
run: |
wget -O emulator.zip \
https://dl.google.com/android/repository/emulator-darwin_x64-7140946.zip
unzip emulator.zip
- name: Install system dependencies
run: |
scripts/ci/android/macos_deps.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/android/macos_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ scons -Q \

echo no | avdmanager create avd --name roc --package "$CI_AVD"

( cd "$ANDROID_HOME/tools" &&
( cd "emulator" &&
./emulator -avd roc -no-audio -no-boot-anim -no-window -gpu off -accel on & )

boot_completed="0"
Expand Down

0 comments on commit 1502084

Please sign in to comment.