android sdk经理没有更新

use*_*649 4 eclipse sdk android android-sdk-manager

在尝试更新我的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.
Run Code Online (Sandbox Code Playgroud)

yle*_*yer 23

该错误Access is denied意味着您应该以管理员身份运行SDK Manager以获得完全访问权限C:\Program Files\Android\android-sdk.

您必须找到android.bat并执行此操作:

在此输入图像描述