Skip to main content

Creating the project

Use the following procedure to create a new Android Studio project to build the basic player for app development:

  1. Create a suitable directory in Windows Explorer and extract the SDK zip file to it. Rename the integration.aar file otvsdk.aar.

    The production.aar file is used to build the production version.

  2. In Android Studio, create a new Basic Activity project. In the wizard, set the Minimum API level to 21 (Android 5.0 Lollipop) or higher.

  3. In the new project, ensure the Android view is selected, select app > manifests, and open the AndroidManifest.xml file. Add the following permission before the <application> tag.

    XML
    <uses-permission android:name="android.permission.INTERNET"/>
  4. Switch to Project view, expand app and copy the otvsdk.aar file into the \common\libs directory.

Next step: Add CONNECT Player to your project

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.