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
This is the error I got when trying to start an emulator created with andromatic:
PS C:\Users\root\AppData\Local\andromatic\Cache> .\emulator\emulator.exe test123
INFO | Android emulator version 32.1.14.0 (build_id 10330179) (CL:N/A)
ERROR | No AVD specified. Use '@foo' or '-avd foo' to launch a virtual device named 'foo'
PS C:\Users\root\AppData\Local\andromatic\Cache> .\emulator\emulator.exe -avd test123
INFO | Android emulator version 32.1.14.0 (build_id 10330179) (CL:N/A)
INFO | Found systemPath C:\Users\root\AppData\Local\andromatic\Cache\system-images\android-30\google_apis\x86_64\
INFO | Storing crashdata in: C:\Users\root\AppData\Local\Temp\\AndroidEmulator\emu-crash.db, detection is enabled
INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
WARNING | Please update the emulator to one that supports the feature(s): Vulkan
INFO | IPv4 server found: 10.10.10.100
WARNING | Failed to process .ini file C:\Users\root\.android\avd\test123.avd\quickbootChoice.ini for reading.
ERROR | x86_64 emulation currently requires hardware acceleration!
CPU acceleration status: GVM is not installed on this machine
More info on configuring VM acceleration on Windows:
https://developer.android.com/studio/run/emulator-acceleration#vm-windows
General information on acceleration: https://developer.android.com/studio/run/emulator-acceleration.
The text was updated successfully, but these errors were encountered:
This is the error I got when trying to start an emulator created with andromatic:
The text was updated successfully, but these errors were encountered: