Add the WVA library dependency

This step explains how to add the WVA library from the JCenter central repository.

  1. In your Project view tree, open WVASample > app > build.gradle:

Open WVASample

  1. You will need to synchronize your Gradle files in Android Studio (from the menu bar Tools > Android > Sync Project with Gradle Files) to pull the library from the Jcenter repository. In the dependencies section of this build.gradle, add the following line of code to add the WVA library to your project:
  2. compile "com.digi.wva:wvalib:2.0+"

  3. Create resources for use in your application.

 

© 2017 Digi International Inc. All rights reserved.
Add the WVA library dependency updated on 03 Jan 2019 01:17 PM