I'm not really sure the differences between protobuf java and lite, however swapping protobuf-java with lite results in 50+ compile error, seems to be a lot of missing classes the project is currently ...
I am trying to build an Android project for a simple gRPC client. (server is on Python working fine with a Python client) I have taken the examples 'stub-android' and 'protos' and put them into a ...