python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
java.io.IOException: Cannot run program "protoc": CreateProcess error=2
i'm trying to develop an app on flutter. My code in the app\ .gradle is:
apply plugin: 'com.google.protobuf'
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.p...
user14845003
Votes: 0
Answers: 0
Using protobuf to communicate between JNI and Unity
My Unity game is using a Android library. They communicate by sending strings over a JNI bridge. Now I want to send protobuf messages over that bridge instead. I already have Google protobuf as a depe...
mcExchange
Votes: 0
Answers: 1
--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1
i am getting this error when i compile my proto file:
protoc-gen-go-grpc: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in y...
Zohaib Asif
Votes: 0
Answers: 1
Protobuf timestamp getting auto converted
I am reading timestamp strings of format '2014-11-09T01:00Z' from mongo and storing in a python dict. But while retrieving same from the dict I see some of the strings got automatically converted to ...
Parikshit Mukherjee
Votes: 0
Answers: 0