首页 > 移动平台 > 详细

Android studio启动后无法更新

时间:2015-02-23 10:46:17      阅读:539      评论:0      收藏:0      [点我收藏+]



I‘m trying to run android-studio 1.0 on ubuntu using start up script but as i‘m behind proxy the android studio gets stuck at "Fetching android sdk component information" and never downloads it. This occurs when i start android script from /bin/studio.h , at startup android-studio tries to download sdk but as i‘m beyond proxy it won‘t download sdk.

I tried adding -Dhttp.proxyHost= and -Dhttp.proxyport in studio.vmoptions still doesn‘t fetch sdk. As it gets stuck in the fetching screen i‘m unable to get GUI and hence not able to set proxy from GUI as well. Also get this error after starting " WARN - ateSettings.impl.UpdateChecker - Connection failed. Please check your network connection and try again."

Let me know if there is an workaround for this , thanks


Go to the install location, open bin directory, edit the idea.properties, add below line to the file‘s end:

    disable.android.first.run=true

Then open android studio, set the proxy in configuration and close again.

Remove the line disable.android.first.run=true from idea.properties and open android studio again.

After this, you can work behind a proxy.

Android studio启动后无法更新

原文:http://www.cnblogs.com/ppazhang/p/4297882.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!