我正在 Android 电视模拟器(Android TV (720p) API 30)中以调试模式运行 flutter 应用程序,在最初的几分钟和几次热重启中,模拟器会自行终止。 VS代码中的错误显示
[ERR] The Android emulator exited with code 1 after startup
[ERR] Android emulator stderr:
[ERR] WARNING | Please update the emulator to one that supports the feature(s): Vulkan
[ERR] WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
[ERR] CANNOT TRANSLATE guest DNS ip
[ERR] CANNOT TRANSLATE guest DNS ip
我没有找到相同问题的任何解决方案。
我无法理解发生错误的原因,但我将分享帮助我解决错误的方法。在 android studio 中更新 SDK 工具并从 SDK 工具列表中安装 Android Emulator Hypervisor(安装程序)后摆脱了关闭错误。