Masato Ogawa

Results 2 comments of Masato Ogawa

It seems this is a protocol buffer issue. Using `binary` for `--js_out` options worked. ``` diff --git a/js/android-emulator-webrtc/Makefile b/js/android-emulator-webrtc/Makefile index 29781af..02c7d56 100644 --- a/js/android-emulator-webrtc/Makefile +++ b/js/android-emulator-webrtc/Makefile @@ -81,7 +81,7 @@...

It may depend on the version of the protocol buffer. The version I'm using is 3.0.0. Adding the binary option makes it possible to use It worked. But I noticed...