diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 83d55264..908d2efd 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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