Android sdk manager not updating

When I try to update my eclipse sdk manger for android, I get the following error instead of updating:

Downloading Android SDK Platform-tools, revision 20 URL not found: C:\Program Files\Android\android-sdk\temp\platform-tools_r20-windows.zip (Access is denied) Downloading Documentation for Android SDK, API 19, revision 2 URL not found: C:\Program Files\Android\android-sdk\temp\docs-19_r02.zip (Access is denied) Downloading SDK Platform Android 4.4.2, API 19, revision 3 URL not found: C:\Program Files\Android\android-sdk\temp\android-19_r03.zip (Access is denied) Downloading SDK Platform Android 4.3, API 18, revision 2 URL not found: C:\Program Files\Android\android-sdk\temp\android-18_r02.zip (Access is denied) Downloading Samples for SDK API 19, revision 5 URL not found: C:\Program Files\Android\android-sdk\temp\samples-19_r05.zip (Access is denied) Downloading Sources for Android SDK, API 19, revision 2 URL not found: C:\Program Files\Android\android-sdk\temp\sources-19_r02.zip (Access is denied) Skipping 'Android SDK Tools, revision 23'; it depends on 'Android SDK Platform-tools, revision 20' which was not installed. Done. Nothing was installed. 
+4
android eclipse sdk android-sdk-manager
Aug 01 '14 at 6:58
source share
3 answers

The Access is denied error, which means that you must run the SDK manager as an administrator in order to have full access to C:\Program Files\Android\android-sdk .

You should find your android.bat and do this:

enter image description here

+23
Aug 01 '14 at 7:03
source share

even better, do it on windows 7, sam as a response from ylecuyer, but more visual

enter image description here

+1
Jun 01 '16 at 21:57
source share

There will be an opportunity to have a proxy problem in your Internet connection, if this is not a problem, you should try to run your sdk manager exe as administrator mode to fix the problem. if this does not work, you can download zip updates to install adt via the local path.

In most cases, when updating adt in eclipse, it can damage your plugin, in which case you need to change eclipse and perform a new installation using the latest adt.

0
Aug 01 '14 at 7:16
source share



All Articles