Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hangs for ever at stage "Installing system images" #173

Closed
SalomonBrys opened this issue Jul 20, 2021 · 4 comments
Closed

Hangs for ever at stage "Installing system images" #173

SalomonBrys opened this issue Jul 20, 2021 · 4 comments

Comments

@SalomonBrys
Copy link

SalomonBrys commented Jul 20, 2021

Here is our configuration:

      - name: Check Android (macos)
        if: matrix.os == 'macos-latest'
        uses: reactivecircus/android-emulator-runner@v2
        with:
          api-level: 29
          arch: x86_64
          ndk: 21.3.6528147
          cmake: 3.10.2.4988404
          script: ./gradlew connectedCheck

The problem is that the sdkmanager hangs for ever at the stage:

Installing system images.
/bin/sh -c \sdkmanager --install 'system-images;android-29;default;x86_64' > /dev/null

I suppose we could get more info about why by removing the > /dev/null.
There should be an option to remove it (something like showSdkManagerOutput set to false by default).

@ashutoshgngwr
Copy link

It was resolved in #168 and released about an hour ago. Restart your job now and it should work as expected.

@SalomonBrys
Copy link
Author

Great !
Still thinks there should be an option to remove the > /dev/null

@ashutoshgngwr
Copy link

@SalomonBrys Agreed!

@mrk-han
Copy link
Collaborator

mrk-han commented Nov 2, 2022

Closing per #168

@mrk-han mrk-han closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants