Please disable Gradle Offline Mode, and be sure you're connectedPlease help me to solve this problem.
Please disable Gradle Offline Mode, and be sure you're connectedPlease help me to solve this problem.
Thank you for your answer, if I did that but there are still problems, please could you help me solve it.Please disable Gradle Offline Mode, and be sure you're connected
Thank you for your answer, if I did that but there are still problems, please could you help me solve it
You can share your Gradle file with us ?Thank you for your answer, if I did that but there are still problems, please could you help me solve it.
Please disable Gradle Offline Mode, and be sure you're connected
this is the message that the owner of library sent to me to get the token for his library because it is no longer freeStep 1
This is not the solution because https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom is in private repository you must have authToken=AUTHENTICATION_TOKEN in your gradle.properties file then you can use this token in your
Step 2. Add the token to $HOME/.gradle/gradle.properties
authToken=AUTHENTICATION_TOKEN
Then use authToken as the username in your build.gradle:
allprojects {
repositories {
...
maven {
url "https://jitpack.io"
credentials { username authToken }
}
}
}
Ha Dong | |||
|
Step 1how to solve or ignore this ?
'If you are not able to help people you remove your number there because here we help on the forum and in addition the problem (Could not GET 'https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom'.'
So, there is no free way to solve it.how to solve or ignore this ?
'If you are not able to help people you remove your number there because here we help on the forum and in addition the problem (Could not GET 'https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom'.'
where i find username ?Step 1
This is not the solution because https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom is in private repository you must have authToken=AUTHENTICATION_TOKEN in your gradle.properties file then you can use this token in your
Step 2. Add the token to $HOME/.gradle/gradle.properties
authToken=AUTHENTICATION_TOKEN
Then use authToken as the username in your build.gradle:
allprojects {
repositories {
...
maven {
url "https://jitpack.io"
credentials { username authToken }
}
}
}
Contact library owner towhere i find username ?
Possible link to the video or help in solving the problemi think i solved it, i followed the documentation video and it was wrong way to do it.
It's necessary what you say everything on the video of the documentation is right but until you don't have this (This is not the solution because https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom is in private repository you must have authToken=AUTHENTICATION_TOKEN in your gradle.properties file then you can use this token in your) you can't solve this problemPossible link to the video or help in solving the problem
Where is this occuring?It's necessary what you say everything on the video of the documentation is right but until you don't have this (This is not the solution because https://jitpack.io/com/github/congle7997/GoogleIAP/1.0.8/GoogleIAP-1.0.8.pom is in private repository you must have authToken=AUTHENTICATION_TOKEN in your gradle.properties file then you can use this token in your) you can't solve this problem
Where is this occuring?
In which area and for which version