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

no devices/emulators found #397

Closed
Bhuvanaarkala07 opened this issue May 22, 2024 · 3 comments
Closed

no devices/emulators found #397

Bhuvanaarkala07 opened this issue May 22, 2024 · 3 comments

Comments

@Bhuvanaarkala07
Copy link

Hi Team,

My Instrumentation tests are failing,. they used to work till this month start, but started failing suddenly with,

daemon started successfully
adb: no devices/emulators found
The process '/Users/runner/Library/Android/sdk/platform-tools/adb' failed with exit code 1

Can anyone help on this?

This is the script which we are using,

   uses: reactivecircus/android-emulator-runner@v2
   with:
     api-level: 29
     avd-name: test
     force-avd-creation: false
     emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
     disable-animations: true
     script: ./gradlew connectedMockDebugAndroidTest
@Bhuvanaarkala07
Copy link
Author

Hi Team,

Can anyone help on this? I am blocked to run ui tests on github.

Thanks in advance

@karlhorky
Copy link

karlhorky commented Jun 1, 2024

@Bhuvanaarkala07 it would help if you would edit your original post to share more details - not just the single workflow step.

Eg. if you could share the following, that would be very helpful for maintainers here:

  1. Full workflow file
  2. Ideally, a GitHub repo with a full reproduction, showing the error

I have personally seen adb: no devices/emulators found when upgrading macOS from v13 to v14 (related to the links below), but without those details above, I can't be sure that this would be helpful information for you.

macOS v14 / m1 GitHub Actions runners not allowing Android emulators:

@Bhuvanaarkala07
Copy link
Author

It worked when I changed to macos-13

Thank you very much

Closing it as resolved

guhungry added a commit to guhungry/react-native-photo-manipulator that referenced this issue Jun 2, 2024
Due to Apple M1 images doesn't support nested virtualization ReactiveCircus/android-emulator-runner#397
guhungry added a commit to guhungry/react-native-photo-manipulator that referenced this issue Jun 2, 2024
Due to Apple M1 images doesn't support nested virtualization ReactiveCircus/android-emulator-runner#397
guhungry added a commit to guhungry/react-native-photo-manipulator that referenced this issue Jun 3, 2024
Due to Apple M1 images doesn't support nested virtualization ReactiveCircus/android-emulator-runner#397
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

2 participants