简体   繁体   English

android sdk经理没有更新

[英]android sdk manager not updating

While trying to update my eclipse sdk manger for android I'm getting the following error instead of updating: 在尝试更新我的eclipse sdk manger for android时,我收到以下错误而不是更新:

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.

The error is Access is denied which means that you should run the SDK Manager as an Administrator to have full access on C:\\Program Files\\Android\\android-sdk . 错误是Access is denied ,这意味着您应该以管理员身份运行SDK Manager,以便在C:\\Program Files\\Android\\android-sdk上拥有完全访问权限。

You must locate your android.bat and do this: 你必须找到你的android.bat并执行此操作:

在此输入图像描述

better yet, do this on windows 7, sam as the answer from ylecuyer but more visual 更好的是,在Windows 7上做这个,山姆作为ylecuyer的答案,但更直观

在此输入图像描述

There will be possibility of having proxy problem on your internet connection if that was not a problem then you should try to run your sdk manager exe as administrator mode to fixed the problem. 如果这不是问题,您的互联网连接可能会出现代理问题,那么您应该尝试以管理员模式运行您的sdk manager exe来解决问题。 if that alo no t worked then you can dowload the zip of adt update install through local path. 如果那个没有用,那么你可以通过本地路径下载adt update install的zip。

In most of case while updating the adt in eclipse it can corrupt your plugin in that case you have to change eclipse and have to do fresh installation with latest adt. 在大多数情况下,在eclipse中更新adt时,它可能会损坏您的插件,在这种情况下,您必须更改eclipse并且必须使用最新的adt进行全新安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM