How to set up the agent when Android Studio 1.0 starts "resolve Warn-atesettings.impl.updatechecker-connection failed."

Source: Internet
Author: User

For the first time today, with Android Studio, a newer version of the 1.0.1 Linux was launched, and the result was always the following error:

[   6987]   Try

Baidu has the following, have not found a workable solution, finally found a solution in Google, in this record, for your reference.


Method 1:

To the Android Studio installation directory, open the bin directory, edit idea.properties, add at the end of the file:

Disable.android.first.run=true

This disables the first run.

Then open Android Studio, set the agent-related parameters in Settings > HTTP proxy settings, close Android Studio.

Open the Idea.properties file again, delete the disable.android.first.run=true that you just added, and reopen Android studio.

Now that the agent has been set up, Android Studio will start up normally.

Method 2:

Create or modify a file: ~/. Androidstudio/config/options/other.xml or

~/. Androidstudiobeta/config/options/other.xml, this directory may differ depending on the version of Android Studio.

<?xml version= "1.0" encoding= "UTF-8"?><application> <component  name= "Httpconfigurable" >    <option name= "Use_http_proxy" value= "true"/>    <option name= "Proxy_host" value= "127.0.0.1"/>    <option name= "Proxy_port" value= "3128"/>  </component></application>

Change 127.0.0.1 and 3128 to your proxy settings.

Very like the blog park, I hope we can communicate with you.

How to set up the agent when Android Studio 1.0 starts "resolve Warn-atesettings.impl.updatechecker-connection failed."

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.