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."