Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix GRPC Error “WARNING: EmulatorService.cpp:448: Cannot find certfile” when I start the emulator?

Tags:

android

Emulator: emulator: WARNING: EmulatorService.cpp:448: Cannot find certfile: C:\Users....android\emulator-grpc.cer security will be disabled.

Emulator: Started GRPC server at 127.0.0.1:8554

Does someone know a solution?

like image 938
Sneze Avatar asked Feb 28 '20 00:02

Sneze


1 Answers

Please wipe the data of your virtual device from

AVD manager -> your virtual devices -> wipe data

You can view Screenshot of the following android studio window from here

like image 89
Saurav Avatar answered Nov 15 '22 07:11

Saurav