android-emulator-runner icon indicating copy to clipboard operation
android-emulator-runner copied to clipboard

I'm getting The process '/bin/sh' failed with exit code 1 when just trying to start the emulator

Open tking16 opened this issue 2 years ago • 1 comments

Hi, just started using this plugin as I had some issues booting up an emulator from actions myself. It doesn't seem to working for me though. It's probably something simple I'm missing

Step is as follows:

    steps:
      - name: Create first emulator
        uses: reactivecircus/android-emulator-runner@v2
        with:
          api-level: 34
          ram-size: 4000
          profile: Nexus 9
          arch: arm64-v8a
          script: echo creation finished

tking16 avatar Oct 02 '23 15:10 tking16