Hi, I'm trying to do my first tests with grpc.
I downloaded android simple demo helloworld client project from here, I not modify code: https://github.com/grpc/grpc-java/tree/master/examples/android/helloworld When building the gradle I get error: Error:(58, 13) Failed to resolve: io.grpc:grpc-protobuf-lite:1.8.1-SNAPSHOTError:(57, 13) Failed to resolve: io.grpc:grpc-okhttp:1.8.1-SNAPSHOTError:(59, 13) Failed to resolve: io.grpc:grpc-stub:1.8.1-SNAPSHOT Gradle: https://github.com/grpc/grpc-java/blob/master/examples/android/helloworld/app/build.gradle I'm not clear if I have to do some more steps to make it work. I thought that the gradle when you put 'compile' the libraries are downloaded from the repositories automatically. I don“t know what means in Gradle "You need to build grpc-java to obtain these libraries below."? I have a windows machine and Android studio and I have not installed any grpc libraries in it, do I have to download and install something? Forgive me if the question is very obvious Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a82d9275-5198-4e9c-b230-6229bf18fac3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
