Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio there is nothing to update

I am very new to android just started to learn. I have installed android Studio. When I do launch it, it tries to update components, but it fails to update anything. A message does appear saying there is nothing to update and when I click finish, nothing happens.

I have attached a screenshot of error. Please let me know how to solve 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
like image 356
Mahesh Kumbhar Avatar asked Mar 22 '26 15:03

Mahesh Kumbhar


1 Answers

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

then either update value for option USE_PROXY_PAC as true

OR

Set up values for PROXY settings there.

Launch Android Studio after this.

like image 98
Vikram Gulia Avatar answered Mar 24 '26 05:03

Vikram Gulia