I recently created a Chromebook OS emulator on Android Studio with the help of https://developer.android.com/topic/arc/emulator , however, it crashes on launch and getting following errors
12:12 PM Emulator: qemu-system-x86_64: -usbdevice tablet: '-usbdevice' is deprecated, please use '-device usb-...' instead
12:12 PM Emulator: emulator: WARNING: EmulatorService.cpp:448: Cannot find certfile: /Users/sshinde/.android/emulator-grpc.cer security will be disabled.
12:12 PM Emulator: Started GRPC server at 127.0.0.1:8554
12:12 PM Emulator: virto-goldfish-pipe fatal error: init:469: Could not get virtio gpu ops!
12:12 PM Emulator: Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
I also tried updating Android studio to latest version 3.6.1 but the emulator still crashes. Is there any other way to test android app on Chrome OS or how to resolve these errors? P.S I don't own an actual device