问题描述
大家晚上好,我刚接触Java和Android Studio已有几个月了,有人可以帮助我解决此错误吗?每次模拟器启动时都会发生.谢谢
Good evening everyone, I have only been dealing with Java and Android Studio for a few months, can someone help me to solve this error? It occurs every time the emulator starts. Thank you
仿真器:仿真器:警告:EmulatorService.cpp:448:找不到证书文件:C:\ Users \ Sawye.android \ emulator-grpc.cer安全性将被禁用.
Emulator: emulator: WARNING: EmulatorService.cpp:448: Cannot find certfile: C:\Users\Sawye.android\emulator-grpc.cer security will be disabled.
推荐答案
这是我的情况:我用强制退出功能关闭了模拟器.重新启动模拟器后,总是会出现此错误.
Here my scenario: I closed the emulator with force quit. After restarting emulator, I always got this error.
修复:我通过选择工具> AVD Manager菜单在Android Studio中打开了AVD Manager.在打开的弹出窗口中,我选择了擦除数据选项,如下图所示.在那之后,我重新启动了模拟器,它开始工作了!!!
Fix: I opened the AVD Manager in Android Studio by selecting Tools > AVD Manager menu. In the opened popup, I chose Wipe Data option as can be seen below image. After that, I restarted emulator and it worked !!!
这篇关于为什么会出现此GRPC错误“警告:EmulatorService.cpp:448:找不到证书文件"当我启动模拟器时?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!