Wednesday 25 November 2015

[SOLVED] Unable to Access Android Studio add on list

Hello Friends,
Today I am gonna show you how to solve an error while installing Android Studio software.
While installing this error, you should have to face a problem the problem of Java requirement.This can be solved by installing Java Standard Edition. Then you may be be facing a problem after installation because of slow or no internet.

If you do not have internet or slow internet, then you may follow these steps to remove the error "unable to access android sdk add on list". As Android Studio checks for its latest version.This error can be removed by following one of the two methods :

Method 1
Steps :
1) Download the file idea.properties.
2)  Cut the downloaded file to  "C:\Program Files\Android\Android Studio\bin\"
3) Replace the original file by the downloaded file.
4) Run the application

                                                       OR

Method 2

Steps :
1)  Add the following code to "C:\Program Files\Android\Android Studio\bin\idea.properties"
2)  Open idea.properties with notepad
3) Then, enter the code anywhere in the lines (see image
Code :
disable.android.first.run=true
4) Save the file anywhere else,say Desktop (because notepad can't save the file in "C:\Program Files")
5) Now, cut the file and paste in the ""C:\Program Files\Android\Android Studio\bin\"
6) Replace the file.
7) Run the application
After this, you may get the warning as following when clicking on the "Start a new Android Studio Project" after installation, then you should navigate to my new post



15 comments: