You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the android_test job we run into the following issue during the Start Android Emulator (background) step:
ERROR | x86_64 emulation currently requires hardware acceleration!
CPU acceleration status: Android Emulator requires an Intel processor with VT-x and NX support. (VT-x is not supported)
More info on configuring VM acceleration on macOS:
https://developer.android.com/studio/run/emulator-acceleration#vm-mac
General information on acceleration: https://developer.android.com/studio/run/emulator-acceleration.
This is our current config for the android_test job
I'm having the same issue. Thought I could try running $ANDROID_HOME/extras/intel/Hardware_Accelerated_Execution_Manager/silent_install.sh but extras doesn't seem to exist on the VM.
Orb version
6.8.1
What happened
When running the
android_test
job we run into the following issue during theStart Android Emulator (background)
step:This is our current config for the
android_test
jobExpected behavior
To be able to run the emulator in the
rn/android_test
The text was updated successfully, but these errors were encountered: