Java

Adding the Android SDK

The app uses Maven to load the Android SDK:

  1. Edit the build.gradle for your project (at your project's root) and add the following code snippet to the allprojects/repositories section:

At this point the build.gradle file should look like this:

  1. Modify build.gradle for your module (the app/build.gradle file) and add the following code snippet to the dependencies section:

When using Vonage Video Android 2.16.0 or above, you will need to add the following to the android section of the app's build.gradle file as well:

At this point the build.gradle file for your module should look like this:

  1. Sync your project.