JYjinyoung.dev
← Back to Blog

How to build for WebRTC Android

WebRTC Android development

Getting the Code
Android development is only supported on Linux

  • Install prerequisite software

  • Create a working directory, enter it, and run:

      $ fetch --nohooks webrtc_android
      $ gclient sync
    

WebRTC development - Prerequisite software