gradle sync failed network is unreachable (connect failed): Download...
Can there be female White Walkers?
Relationship between Gromov-Witten and Taubes' Gromov invariant
Why couldn't they take pictures of a closer black hole?
Button changing its text & action. Good or terrible?
Why was M87 targeted for the Event Horizon Telescope instead of Sagittarius A*?
What is the meaning of Triage in Cybersec world?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Is an up-to-date browser secure on an out-of-date OS?
Is Cinnamon a desktop environment or a window manager? (Or both?)
APIPA and LAN Broadcast Domain
Likelihood that a superbug or lethal virus could come from a landfill
How to charge AirPods to keep battery healthy?
Deal with toxic manager when you can't quit
Straighten subgroup lattice
Why are there uneven bright areas in this photo of black hole?
Why isn't the circumferential light around the M87 black hole's event horizon symmetric?
How to notate time signature switching consistently every measure
Why doesn't shell automatically fix "useless use of cat"?
Can withdrawing asylum be illegal?
writing variables above the numbers in tikz picture
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
How to obtain a position of last non-zero element
How do I free up internal storage if I don't have any apps downloaded?
gradle sync failed network is unreachable (connect failed): Download https://services.gradle.org/distributions/gradle-4.10.1-all.zip 46ms
The 2019 Stack Overflow Developer Survey Results Are InProblems in building a Github Android projectGradle Sync fail in Android StudioAndroid Studio 3.2.1 Gradle Build Fail (colors.xml: “Content is not allowed in prolog”)Android Studio 3.3 Gradle Issue: Invalid LOC Header (bad signature)?Error when importing a project in Android StudioAndroid Studio: “Project setup: reading from cache” stall on Ubuntu 18.10Android Studio in macCannot build Android project after uninstal and reinstall SDKGradle sync failing on Android Studio 3.2.1AndroidStudio build failed / Connection timed out: connect
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I had this error when trying to view a project in Android Studio:
gradle sync failed network is unreachable (connect failed): Download https://services.gradle.org/distributions/gradle-4.10.1-all.zip 46ms
What can be the cause? I have not found anything googling for half an hour.
android-studio
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I had this error when trying to view a project in Android Studio:
gradle sync failed network is unreachable (connect failed): Download https://services.gradle.org/distributions/gradle-4.10.1-all.zip 46ms
What can be the cause? I have not found anything googling for half an hour.
android-studio
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I had this error when trying to view a project in Android Studio:
gradle sync failed network is unreachable (connect failed): Download https://services.gradle.org/distributions/gradle-4.10.1-all.zip 46ms
What can be the cause? I have not found anything googling for half an hour.
android-studio
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I had this error when trying to view a project in Android Studio:
gradle sync failed network is unreachable (connect failed): Download https://services.gradle.org/distributions/gradle-4.10.1-all.zip 46ms
What can be the cause? I have not found anything googling for half an hour.
android-studio
android-studio
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked yesterday
Simon VESimon VE
1
1
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I found the problem by myself: I was connected to an IPv6 only WIFI and apparently, the gradle distribution website does not support IPv6.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Simon VE is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1423735%2fgradle-sync-failed-network-is-unreachable-connect-failed-download-https-ser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I found the problem by myself: I was connected to an IPv6 only WIFI and apparently, the gradle distribution website does not support IPv6.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I found the problem by myself: I was connected to an IPv6 only WIFI and apparently, the gradle distribution website does not support IPv6.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I found the problem by myself: I was connected to an IPv6 only WIFI and apparently, the gradle distribution website does not support IPv6.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I found the problem by myself: I was connected to an IPv6 only WIFI and apparently, the gradle distribution website does not support IPv6.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered yesterday
Simon VESimon VE
1
1
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Simon VE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Simon VE is a new contributor. Be nice, and check out our Code of Conduct.
Simon VE is a new contributor. Be nice, and check out our Code of Conduct.
Simon VE is a new contributor. Be nice, and check out our Code of Conduct.
Simon VE is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1423735%2fgradle-sync-failed-network-is-unreachable-connect-failed-download-https-ser%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown