Closed muhsin-k closed 7 years ago
The error seems to be a network issue preventing access to jitpack servers. Are you using the standard Oracle Java SDK ? It is possible that a root cert is missing causing the HTTPS authentication failure.
Specific versions of Gradle need java 8 can you please check this with Java 8?
@hrishikesh-p I have tried many times
@rsquare2014 I am using java 1.8 version
Please refer to JitPack instructions on fixing this known issue on linux here -> https://jitpack.io/docs/FAQ/
Upgrade to Gradle 2.11 - Run Gradle with Java 8
@hrishikesh-p I am using the gradle 2.11 version
Hey, it looks like your gradle is using JVM version 1.7.0_111 so can you please update that to use v1.8? I think that should sort the issue.
It worked.Thanks
I am developing a mobile application using ionic.After adding the plugin, the building is not working.
Also i am having the latest version of android SDK. What are the possible cases?