freshworks / hotline-phonegap

Hotline Phonegap Plugin
https://hotline.io
Other
6 stars 11 forks source link

Cant able to build the apk file #20

Closed muhsin-k closed 7 years ago

muhsin-k commented 7 years ago

I am developing a mobile application using ionic.After adding the plugin, the building is not working.

snap

Also i am having the latest version of android SDK. What are the possible cases?

hrishikesh-p commented 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.

rsquare2014 commented 7 years ago

Specific versions of Gradle need java 8 can you please check this with Java 8?

muhsin-k commented 7 years ago

@hrishikesh-p I have tried many times

@rsquare2014 I am using java 1.8 version

java

hrishikesh-p commented 7 years ago

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

muhsin-k commented 7 years ago

@hrishikesh-p I am using the gradle 2.11 version gradel

rsquare2014 commented 7 years ago

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.

muhsin-k commented 7 years ago

It worked.Thanks