Android Studio升级提示 Connection failed. Please check your network ...

Android Studio升级

Android Studio出了稳定版,点击Check更新时,总是出现Connection failed. Please check your network ...无奈的很。

后来在网上查阅了类似的文章,这里来总结下升级失败提示 Connection failed. Please check
your network ...解决方法,希望可以帮助大家.

  关于这个问题,发现网上解决方法都差不多。本文章是在windows系统中的解决方法,如下修改:

  在Android Studio安装目录“/bin/studio.exe.vmoptions”文件中追加以下几行:

-Djava.net.preferIPv4Stack=true
-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml
-Didea.patches.url=http://dl.google.com/android/studio/patches/

要注意,64位系统就应该修改“/bin/studio64.exe.vmoptions”这个文件,根据具体系统位数修改文件。

注:若仍更新失败,此处可将 http
更换为 https
,重启点击Check.

若仍然不可更新,经过调试,可以按如下操作试试

一、点击配置

二、Settings

三、更换不同更新渠道,,又四种渠道,默认为稳定渠道,点击Check Now。(此处可以选择渠道后多Check Now几次)

ok!点击Update and Restart.

  

注:此处提示一些文件的冲突,允许即可。

转载注明出处.

时间: 2024-10-12 10:08:00

Android Studio升级提示 Connection failed. Please check your network ...的相关文章

Android Studio升级提示 Connection failed. Please check 2

后来在网上查阅了类似的文章,这里来总结下升级失败提示 Connection failed. Please check your network ...解决方法,希望可以帮助大家. 关于这个问题,发现网上解决方法都差不多.本文章是在windows系统中的解决方法,如下修改: 在Android Studio安装目录"/bin/studio.exe.vmoptions"文件中追加以下几行: http://www.foooooot.com/footprint/2142071/ http://w

Mac OS中, android stuido升级提示Connection failed. Please check your network connection and try again

在Mac系统中,安装android studio的正式版本是1.01的 如果直接在界面中点击check update,会弹出如下提示 Connection failed. Please check your network connection and try again 网传的一些方法过于繁琐,有一个临时替代的解决方案如下 1. Finder里, shift+command+g, 进入如下文件夹 /Applications/Android Studio.app/Contents/bin/stu

android studio升级时提示 Connection failed. Please check your network connection and try again

原文地址 http://www.eyeapk.com/android-studio-update.html Mac OSX中修改文件路径为 bin/idea.vmoptions ,添加如下内容,如果无效修改http为https试试看 -Djava.net.preferIPv4Stack=true -Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml -Didea.patches.url=http://

解决Android Studio 升级时提示 Connection failed. Please check your network connection and try again问题

一,问题: 无论mac还是windows可能都会出现这个问题,解决方案大同小异,就是修改VMOptions而已. 解决方案: 找到Android Studio的程序包,右键选择"显示包内容",打开Contents文件,然后打开Info.plist.在最后面找到JVMOptions, 双击下面的VMOptions.修改其Value,然后将下面的内容添加在开头即可 ,记得每个选项之间要保留空格::: -Didea.patches.url=http://dl.google.com/andro

Android Studio: Application Installation Failed

[Android Studio: Application Installation Failed] 参考:http://stackoverflow.com/questions/32718044/android-studio-application-installation-failed

[Android Studio][NDK]Execution failed for task ':app:compileDebugNdk'. Error Code:2

Execution failed for task ':app:compileDebugNdk'. > com.android.ide.common.internal.LoggedErrorException: Failed to run command: C:\Users\sodinochen\AppData\Local\Android\ndk-r10b\ndk-build.cmd NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=C:\Users\sodinoch

android studio Error:Execution failed for task ‘:

11 down vote In my case I downloaded version 22 of Android M and Android 5.1.1 using Android Studio 1.2.1.1 but when I try to do a Hello World this same error showed me So the solution for me was doing right click in app like the image below and choo

关于Android studio git Authentication failed

关于Android studio git账号密码错误  导致项目无法Clone 的问题 Authentication failed for 'https://gitee.com/********/Demo.git/' 解决办法:打开Git Bash 输入$ git config --system --unset credential.helper  回车  就可以重新输入账号密码 进行Clone 原文地址:https://www.cnblogs.com/conglingkaishi/p/9419

安装android studio报错Failed to install Intel HAXM.

在安装android studio的过程中,安装到android的模拟器加速器(intel HAXM)这一步时,报错: HAXM是用来管理硬件加速的,估计是用了这个东西模拟器就能Eclipse的龟速吧. 解决: 原因:没有找到reg.exe; 给reg.exe配置环境变量. reg.exe一般是在C:\Windows\System32\目录下. 可以将路径C:\Windows\System32\reg.exe配置在PATH下, 也可以直接将%SystemRoot%\system32;%Syste