-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Milestone
Description
Running a grpc server on android in java is not supported. Running an HTTP server on android is well supported and has many legitimate use cases. The same should be true for running a grpc server on android.
This need has come up in many issues. And the general suggestion is to use c++. Such as in #3041 #2273 #2227 and others. See also questions from stack overflow.
The docs are also misleading. In https://grpc.io/docs/quickstart/android.html it is not clearly stated that the server is not running in android, and this is not supported.
If the choice to not support android servers in java is continued, then the docs need to be made clear of this fact.
daviderickson, gpwclark, szczad, jing-li-rocos, MajorityAttack and 17 more