CONNECT Player SDK for Android 5.17.x Current: Android SDK 5 Integration Guide Android SDK 5 Integration Guide For upgrading the CONNECT player to Android SDK 5.x from SDK 4.x, please see the Android SDK 4.x to 5.x Migration Guide.To test the features and view the example code, please see the Android SDK5 Example Code Quick Start guide. The following procedures describe how to create a new CONNECT Player application in Android.PrerequisitesToolsThe following development tools are required; the number in square brackets denotes the earliest supported version of the software verified by NAGRA.Java SDK - Download the JDK11 [Java v11] from http://www.oracle.com/technetwork/java/javase/downloads/index.html.Android Studio - Download the latest version of Android Studio from http://developer.android.com/sdk/index.html.Gradle - use the newest version as recommended by Android Studio.A device running Android 5.0 (Lollipop) or higher. The app requires a physical Android device with debugging enabled as per Android guidelines (http://developer.android.com/tools/device.html). It will not work on an emulator. DependenciesFor the current dependencies and minimum build configuration for integrating your app with the CONNECT Player SDK, see CONNECT Player SDK 5 for Android Documentation.Product release filesNAGRA supplies the following files as part of the Multi-DRM release:opy-sdk-android-5.17.x.x-sdk-integration.aar This file is used for integration activities.opy-sdk-android-5.17.x.x-sdk-production.aar This file replaces the integration version when the complete application is ready to be deployed.If your project requires support for Playback of PRM encrypted content (Software PRM), use the PRM versions of the above files:opy-sdk-android-5.17.x.x-sdk-prm-integration.aaropy-sdk-android-5.17.x.x-sdk-prm-production.aarYou will also need the PRM Operational Vault file opvault.json.Integration processWe recommend you perform integration of CONNECT Player SDK 5 in the following stages:In conjunction with the Android SDK 5 Example Code Quick Start guide, use the code examples to explore and test the features of the CONNECT Player.Using this guide, create a basic player; for details, see:Creating the projectAdding CONNECT Player to your applicationRunning the applicationDevelop your code to add encrypted playback and other features to the player.Adding player featuresWhen development is complete, replace the integration file with the production version. Carry out final testing and submit to the Google Play Store.Building the production version ×