Android Studio has nothing to update

I am very new to android who started learning. I have installed android Studio. When I run it, it tries to update the components, but nothing updates. I get a message stating that nothing to update, and when I click finish, nothing happens.

I have attached a screenshot of the error. Please let me know how to fix the problem. Thanks in advance.

There is nothing to install or update.
The following SDK components were not installed: platform-tools, extra-android-m2repository, tools, addon-google_apis-google-21, build-tools-21.1.2, android-21, sys-img-x86-addon-google_apis-google-21, source-21, extra-google-m2repository

      

+3


source to share


2 answers


This is how I fixed the problem with my installation - Go to the C: \ Users \ "User_NAME" \ directory. AndroidStudio \ config \ options and open 'other.xml'.

then either update the value for the USE_PROXY_PAC option as true

OR



Adjust the values ​​for the PROXY settings.

Start Android Studio after that.

+3


source


There was the same problem. visited various unstable questions but nothing helped me. you will have to manually update the data from the SDK manager. The SDK Manager is located by default in C: \ Users [Your-User-Name] \ AppData \ Local \ Android \ sdk and the default AppData folder, so you will need to make this visible from the Control Panel and Folder option.

In my case, I only updated the SDK components like extra-android-m2repository, tools, addon-google_apis-google-21, etc., didn't install anything new.



I think this is the easiest way to get rid of this problem.

+1


source







All Articles