'WebRTC_video_broadcasting/WebRTC.android'에 해당되는 글 1건

  1. 2017.12.22 :: WebRTC android build

https://cryingnavi.github.io/WebRTC-Android/

WebRTC 를 안드로이드로 빌드 하는 방법


apt-get install git


mkdir ~/webrtc
cd webrtc


https://chromium.googlesource.com/chromium/tools/depot_tools.git



export PATH=`pwd`/depot_tools:"$PATH"



export GYP_DEFINES="OS=android"



fetch --nohooks webrtc_android
gclient sync





./src/build/install-build-deps.sh  --no-chromeos-fonts


./src/build/install-build-deps-android.sh



gn gen out_arm64/Default --args='target_os="android" target_cpu="arm64" is_debug=false'
ninja -C out_arm64/Default AppRTCMobile




posted by cskimair
: