-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

WebRTC Cookbook
By :

Here, you will learn how to build a native demo WebRTC application for Android. Unfortunately, the supplied demo application from Google doesn't contain any IDE-specific project files, so you will have to deal with console scripts and commands during all the building process.
We will need to check whether we have all the necessary libraries and packages installed on the work machine. For this recipe, I used a Linux box—Ubuntu 14.04.1 x64. So all the commands that might be specific for OS will be relevant to Ubuntu. Nevertheless, using Linux is not mandatory and you can take Windows or Mac OS X.
If you're using Linux, it should be 64-bit based. Otherwise, you most likely won't be able to compile Android code.
First of all, you need to install the necessary system packages:
sudo apt-get install git git-svn subversion g++ pkg-config gtk+-2.0 libnss3-dev libudev-dev ant gcc-multilib lib32z1 lib32stdc++6
Change the font size
Change margin width
Change background colour