-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
adb: device 'emulator-5554' not found #404
Comments
I had a similar issue. Can someone have a look at this?
|
@poponuts I resolved my issue by using lower api level : https://github.com/alirezaeiii/TMDb-Compose-Playground/blob/main/.github/workflows/android-test.yml |
We're running into this issue as well: https://github.com/SFML/SFML/actions/runs/11134310092/job/30953377901#step:25:76 Lowering the emu API level to 26 doesn't seem to work and even if it did, seems more like a workaround than a fix. Maybe the issue should be reopened: https://github.com/SFML/SFML/actions/runs/11151778634/job/30995995208 Maybe GitHub changed something on the image, which trips up the emulator from starting... |
I agree @eXpl0it3r , It is just a workaround not a fix. I reopen the issue. |
Any updates? I have the same issue. With 26 image it works well. After update to 29 image android tests fails.
But tests failed
And also command
|
I was able to run it successfully with API 31 on macos https://github.com/ReactiveCircus/android-emulator-runner/actions/runs/11202425213/job/31138520013 though it's much slower than the Linux runners. Unless your job strictly requires running on macOS, I suggest using the linux runners and enable KVM if you can. |
Well, we're seeing this on a large Linux (x64) runner as well...
Also, KVM isn't available on large arm64 runners. |
Just tried it with regular "ubuntu-22.04" and seeing the same error. |
sill facing this issue... |
Any updates on this issue? I am facing the same problem myself. On an ubuntu-22.04 large 8-core runner |
Here is my scrip to start the emulator :
It seems device is booted successfully.
When it want to run test, it prints :
I am runnung on macOS 13, so why this happens? Is it something wrong in my script for Github Action?
Here is the sample : https://github.com/alirezaeiii/TMDb-Compose-Playground
The text was updated successfully, but these errors were encountered: