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

Android gradle problem


Hi. Suddenly today I get this error:
Error:(36, 13) Failed to resolve: com.longtailvideo.jwplayer:jwplayer-common:+
And:
Error:(35, 13) Failed to resolve: com.longtailvideo.jwplayer:jwplayer-core:+
2 days ago I did not experience it. What's going on?

2 Community Answers

interactive friends ag

User  
0 rated :

idea.log:
2017-11-13 14:41:21,785 [21474988] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stdout]: Build process started. Classpath: C:/DEVELOPMENT/Android Studio 2.1.1/lib/jps-launcher.jar;C:/DEVELOPMENT/Android Studio 2.1.1/jre/lib/tools.jar;C:/DEVELOPMENT/Android Studio 2.1.1/lib/optimizedFileManager.jar;C:/DEVELOPMENT/Android Studio 2.1.1/lib/ecj-4.5.2.jar
2017-11-13 14:41:21,786 [21474989] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Class path contains multiple SLF4J bindings.
2017-11-13 14:41:21,791 [21474994] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Found binding in [jar:file:/C:/DEVELOPMENT/Android%20Studio%202.1.1/plugins/gradle/lib/gradle-logging-3.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2017-11-13 14:41:21,791 [21474994] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Found binding in [jar:file:/C:/DEVELOPMENT/Android%20Studio%202.1.1/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2017-11-13 14:41:21,791 [21474994] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2017-11-13 14:41:21,791 [21474994] INFO - j.compiler.server.BuildManager - BUILDER_PROCESS [stderr]: SLF4J: Actual binding is of type [org.gradle.internal.logging.slf4j.OutputEventListenerBackedLoggerContext]
2017-11-13 14:41:22,833 [21476036] INFO - .server.BuildMessageDispatcher - Istniejące połączenie zostało gwałtownie zamknięte przez zdalnego hosta
java.io.IOException: Istniejące połączenie zostało gwałtownie zamknięte przez zdalnego hosta
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:192)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:349)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:112)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:571)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:512)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:426)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:398)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:805)
at java.lang.Thread.run(Thread.java:745)

George

JW Player Support Agent  
0 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.

This question has received the maximum number of answers.