nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

[Bug]: CI test failed on Build / androidTest (30)

Open Jaehwa-Noh opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is there a StackOverflow question about this issue?

  • [X] I have searched StackOverflow

What happened?

Since #1699 had been merged, Build / androidTest (30) was failed. See the actions.

Relevant logcat output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Jaehwa-Noh avatar Nov 21 '24 13:11 Jaehwa-Noh

I'm not sure this is really related to this specific PR, because the errors mentions an error while trying to stop the emulator:

  • https://github.com/ReactiveCircus/android-emulator-runner/issues/385
Terminate Emulator
  /usr/local/lib/android/sdk/platform-tools/adb -s emulator-5554 emu kill
  OK: killing emulator, bye bye
  OK
INFO    | Wait for emulator (pid 2266) 20 seconds to shutdown gracefully before kill;you can set environment variable ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL(in seconds) to change the default value (20 seconds)

INFO    | Snapshots have been disabled by the user, save request is ignored.
ERROR   | stop: Not implemented
WARNING | Emulator client has not yet been configured.. Call configure me first!

SimonMarquis avatar Nov 21 '24 13:11 SimonMarquis

Switched to emulator API 34. Hopefully this will resolve.

dturner avatar Dec 18 '24 12:12 dturner