Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Unable to integrate Jw-player in Android


We have already integrated jw- player in our application and everything was working fine.

The code we used to integrate,

compile 'com.longtailvideo.jwplayer:jwplayer-core:+'
compile 'com.longtailvideo.jwplayer:jwplayer-common:+'

But from today morning, We are not able to run the application and it shows the below error message while running the application.

Error:(59, 13) Failed to resolve: com.longtailvideo.jwplayer:jwplayer-common:+
Error:(58, 13) Failed to resolve: com.longtailvideo.jwplayer:jwplayer-core:+


Could you please assist us on this issue since we are not able to run our application. Thanks!



1 Community Answers

George

JW Player Support Agent  
1 rated :

Hi,

It seems the SSL Certificate had expired for mvn.jwplayer.com. It is now back online as I have successfully built my Android Studio project with Maven.

For future reference, you can always use the AAR’s to build your Android Studio Project available in your JW Player Dashboard or use the HTTP version of our Maven domain.

maven {
url ‘http://mvn.jwplayer.com/content/repositories/releases/’
}

Please let me know if you have any other questions or concerns.

Sincerely,
George
JW Player
Android Support Engineer

This question has received the maximum number of answers.