All Collections
Purchasely SDK
Android
My app can not run due to a conflict with Purchasely library (ExoPlayer)
My app can not run due to a conflict with Purchasely library (ExoPlayer)

SDK / ExoPlayer / Video / Android / Conflict

Jeff Grang avatar
Written by Jeff Grang
Updated over a week ago

In order to enable Video within its Paywalls, Purchasely uses the latest available ExoPlayer version 2.14.1.

If you use ExoPlayer yourself or use another SDK with ExoPlayer in a different Major version, this will raise a conflict.

To solve this you have 2 options :

  • Update ExoPlayer in you App or in the SDK in which the dependency is.

  • Not use Video in your Purchasely Paywalls and exclude the Exoplayer modules from Purchasely SDK ('exoplayer-core', 'exoplayer-common', 'exoplayer-hls', 'exoplayer-ui'). More details on how to do this are found here.

Did this answer your question?