Skip to content

Commit

Permalink
Try to create and launch an emulator manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Nov 5, 2023
1 parent a1444d9 commit 9e8c95a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Create an Android Virtual Device
run: android create avd -n emulator -t 33

- name: Launch the emulator
run: emulator -avd emulator

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: android
Expand Down

0 comments on commit 9e8c95a

Please sign in to comment.