Android SDK 和 AVDmanager 给出错误
我有64位系统,已经下载了SDK和管理器来学习Android开发。 正如你所看到的,我是新手,我很少遇到问题。
- 我已经下载并成功安装了 Eclipse 的插件。
- 但是,当我下载基本包时,当涉及到管理器时,我在屏幕截图中收到错误。
- 我已确保使用 http 获取 url。
- 该错误似乎安装程序无法访问其自己的文件夹,这非常令人惊讶。
是否有任何我必须更改的权限?
为了方便起见,我还提供了一个屏幕截图:
I have 64bit system and have downloaded SDK and the manager to learn Android development.
As you can see I am neewbie and I am having few hiccups.
- I have downloaded and succesfully installed the plugin for Eclipse.
- But when it comes to manager when I am downloading basic packages, I get the error in the screenshot.
- I have made sure to fetch the url using http.
- the error seems the installer is not able to access its own folder, which is quite surprising.
Are there any permission which I have to change?
I have also included a screenshot for the convenience:
Screen shot http://img842.imageshack.us/img842/1108/capturempk.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需要检查两件事:
确保您没有从“Program Files”文件夹中运行此程序。在文档中或作为 Vista 和 Windows 的某个地方运行它。 Win7 尝试保护任何程序文件和文件夹。
右键单击该应用程序并查找始终以管理员身份运行它的选项。即使在基于 Linux 的操作系统中,有时您也需要以管理员身份运行此更新程序。
这些只是两个快速解决方案,以防万一。
Just two quick things to check:
Make sure you are not running this from within your "Program Files" folder. Run it in Documents or somewhere as Vista & Win7 try to protect any Program Files and folders.
Right click the application and look for the option to always run it as administrator. Even in Linux based operating systems you need to run this updater as administrator some times.
These are just two quick solutions, just in case.