构建过程的博客在 https://segmentfault.com/a/1190000018900308 欢迎大家指点 update the neweset official code date:2019.04.27 M75 gn configuration is: gn gen out/Debug64 --args='target_os="android" target_cpu="arm64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true' gn gen out/Debug --args='target_os="android" target_cpu="arm" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true' gn gen out/Debugx64 --args='target_os="android" target_cpu="x64" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true' gn gen out/Debugx86 --args='target_os="android" target_cpu="x86" rtc_use_h264=true ffmpeg_branding="Chrome" proprietary_codecs=true' ps: // in order to doing test, disabling the audio, if you want to enable it, // PeerConnectionClient.java // enableAudio = true