You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating to AndroidX and updating gradle dependencies. I'm getting a lot of unresolved reference from ExoPlayer2 and a compile error below:
Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class saschpe.exoplayer2.ext.icy.IcyHttpDataSourceFactory, unresolved supertypes: com.google.android.exoplayer2.upstream.HttpDataSource.BaseFactory
I am using gradle 5.4.1
and here is my build.gradle dependencies
After migrating to AndroidX and updating gradle dependencies. I'm getting a lot of unresolved reference from ExoPlayer2 and a compile error below:
I am using gradle 5.4.1
and here is my build.gradle dependencies
Any insight and help would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: