Skip to content

Commit

Permalink
Fix create AVD
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 7, 2024
1 parent a74c133 commit c012345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses

- name: Create AVD
run: echo no | avdmanager create avd --force -n test -d 5 --abi armeabi-v7a -k "system-images;android-21;default"
run: echo "no" | $ANDROID_HOME/cmdline-tools/latest/bin/avdmanager -v create avd \ -n testRunnner \ -k "system-images;android-31;default;x86_64" \ --force

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

0 comments on commit c012345

Please sign in to comment.