日韩黑丝制服一区视频播放|日韩欧美人妻丝袜视频在线观看|九九影院一级蜜桃|亚洲中文在线导航|青草草视频在线观看|婷婷五月色伊人网站|日本一区二区在线|国产AV一二三四区毛片|正在播放久草视频|亚洲色图精品一区

分享

解決Android Studio更新錯誤 Solution to connection failure of updating in Android Studio

 joy_chen 2013-08-28

在Google I/O 13里,Google推出了Android Studio。本來這個東西還是挺好的,但是bug滿天飛,大部分人嘗試裝了一下后連編譯都過不了,各種解釋不通的錯誤。除了花大量時間搜stack overflow找臨時解決辦法外,最靠譜的就是等這個工具升級了。

可是由于google在國內(nèi)的路由可能配置有點問題,每次點Check for update都會出現(xiàn)"Connection failed. Please check your network connection and try again." 這不是一個大坑嗎?下面是解決辦法。


Win版修改\bin\studio.exe.vmoptions,添加兩行

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

-Didea.patches.url=http://dl.google.com/android/studio/patches/


Mac和Linux版可以直接修改環(huán)境變量

$ bin/studio"$ export REQUIRED_JVM_ARGS="-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml -Didea.patches.url=http://dl.google.com/android/studio/patches/"


====================================================


It fails to connect when updating Android Studio in the Chinese network. Here is the solution:


For Windows version, append the following two lines to the file "\bin\studio.exe.vmoptions"

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

-Didea.patches.url=http://dl.google.com/android/studio/patches/


For Mac OSX or Linux versions, directly modify the environment variables

$ export REQUIRED_JVM_ARGS="-Didea.updates.url=http://dl.google.com/android/studio/patches/updates.xml -Didea.patches.url=http://dl.google.com/android/studio/patches/"

$ bin/studio


Reference: 

[1] https://code.google.com/p/android/issues/detail?id=56068


如果不成功:       參考評論1

分別在windows上和mac上嘗試了一下以上方法,發(fā)現(xiàn)win64系統(tǒng)必須修改\bin\studio64.exe.vmoptions文件方可;而mac上按以上方法依舊不行,后來發(fā)現(xiàn)在/Applications/Android Studio.app/bin/idea.vmoptions文件中內(nèi)容添加如windows上的內(nèi)容時成功。

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多