Skip to content

Android SDK

This document applies to our SDK version 3 for Android.

Troubleshooting

Exoplayer 2.9.0+

To ensure bytecode compatibility, the apps may need to add the next code to their gradle settings:

compileOptions {
    targetCompatibility JavaVersion.VERSION_1_8
}

and set compileSdkVersion and targetSdkVersion to 28 or higher.


This section was last updated 2022-05-25