10:10 Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***
时间: 2023-10-04 16:04:29 浏览: 213
android-studio-2021.3.1.17-windows.zip
5星 · 资源好评率100%
这个警告是由于在启动Emulator时没有使用gRPC保护,建议使用-grpc-use-jwt标志启动。gRPC是一种高性能、通用的开源RPC框架,用于构建分布式应用程序和服务。使用JWT(JSON Web Tokens)可以提供身份验证和授权。因此,建议在启动Emulator时使用该标志以加强安全性。
阅读全文