我试图在主机上通过GRPC进行网络调用(在Android Studio中的单元测试中),但GRPC客户端无法与服务器进行TLS握手: Caused by: java.lang.RuntimeException: We can not do TLS handshake on this Android version, please install the Google Play Services Dynamic Security Provider to use TLS 有没有办法在Android Studio主机上安装TLS提供程序?
我无法为下面的链接中提供的grpc-java示例构建pom.xml:[INFO] Scanning for projects...] Compiling 1 proto file(s) to /home/pradnya/workspace/helloworld/target/generated-sources/protobuf/grpc-java----------------------
[ERROR] /home/pradnya
我正在尝试运行一个由grpc支持的java应用程序,但我需要netty_tcnative才能工作。我正在遵循一个示例。到目前为止,我还没有成功地让它工作。我得到的错误如下:java.lang.NoClassDefFoundError: io/opencensus/contrib/grpc/metrics/RpcMeasureConstants
at io.grpc.internal.DeprecatedCensusConstants.<clinit>(DeprecatedCensusConstants.java:30)
当我试图为java编译gRPC时,我得到了以下错误Execution failed for task ':grpc-compiler:compileJava_pluginExecutableJava_pluginCpp'. - Tool chain 'visualCpp' (Visual Studio): Could not locate a V