Skip to content

Commit

Permalink
Add create AVD
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 7, 2024
1 parent 5d704f1 commit abd8a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Accept Android Licenses
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses

- name: Create AVD
run: echo no | avdmanager create avd --force -n test -k "system-images;android-21;default;armeabi-v7a"

- name: Cache Gradle Dependencies
uses: actions/cache@v2
with:
Expand Down

0 comments on commit abd8a38

Please sign in to comment.