Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Sep 18, 2024
1 parent 9310e45 commit 7f2f84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
./sdkmanager "tools"
./sdkmanager "build-tools;${ANDROID_BUILD_TOOLS_VERSION}"
./sdkmanager "platforms;android-${TARGET_VERSION}"
./sdkmanager "system-images;android-30;google_apis;arm64-v8a"
./sdkmanager "system-images;android-30;google_apis;x86"
- name: Create AVD
run: |
cd $ANDROID_HOME/cmdline-tools/latest/bin
echo no | ./avdmanager create avd -n test -k "system-images;android-30;google_apis;arm64-v8a" --force
echo no | ./avdmanager create avd -n test -k "system-images;android-30;google_apis;x86" --force
- name: Start ADB Server
run: adb start-server
Expand Down

0 comments on commit 7f2f84d

Please sign in to comment.