关于如何安装Android的问题

kul*_*lok 2 installation android

我正在尝试在我的计算机上安装android SDK,但是发生了一些奇怪的事情.我的主要问题是当我尝试安装Android 4.0.3软件包时.当我这样做时,它表示没有安装任何东西.当我查看安装报告时,会出现这种情况:

Preparing to install archives
Downloading Android SDK Tools, revision 19
File not found: C:\Program Files (x86)\Android\android-sdk\temp\tools_r19-windows.zip (Access is denied)
Downloading SDK Platform Android 4.0.3, API 15, revision 3
File not found: C:\Program Files (x86)\Android\android-sdk\temp\android-15_r03.zip (Access is denied)
Downloading Samples for SDK API 15, revision 2
File not found: C:\Program Files (x86)\Android\android-sdk\temp\samples-15_r02.zip (Access is denied)
Downloading Sources for Android SDK, API 15, revision 2
File not found: C:\Program Files (x86)\Android\android-sdk\temp\sources-15_r02.zip (Access is denied)
Downloading Google USB Driver, revision 4
File not found: C:\Program Files (x86)\Android\android-sdk\temp\usb_driver_r04-windows.zip (Access is denied) 
Skipping 'ARM EABI v7a System Image, Android API 15, revision 2'; it depends on 'SDK Platform Android 4.0.3, API 15, revision 3' which was not installed.
Skipping 'Intel x86 Atom System Image, Android API 15, revision 1'; it depends on 'SDK    Platform Android 4.0.3, API 15, revision 3' which was not installed.
Skipping 'Google APIs, Android API 15, revision 2'; it depends on 'SDK Platform Android 4.0.3, API 15, revision 3' which was not installed.
Skipping 'HTC OpenSense SDK, Android API 15, revision 2'; it depends on 'SDK Platform Android 4.0.3, API 15, revision 3' which was not installed.
Skipping 'ICS_R1, Android API 15, revision 1'; it depends on 'SDK Platform Android 4.0.3, API 15, revision 3' which was not installed.
Done. Nothing was installed.
Run Code Online (Sandbox Code Playgroud)

在此,它表示访问在尝试访问某个文件时被拒绝.我该如何解决这个问题?

Jas*_*n L 5

由于您显然使用的是NetBeans,而不是Eclipse:

右键单击Android SDK Manager - >以管理员身份运行.

这假设您正在使用Windows操作系统.