由于“访问被拒绝”,eclipse 不会创建 adt 项目;
我安装了 JavaEE、JDK、Eclipse 3.5.x (Galileo)、Android Starter SDK 和当前的 ADT,一切都没有问题。但是,当我尝试浏览“Hello Android”教程时,我会打开“新建 Android 项目”向导,填写该向导并单击“完成”。
过了一会儿,它返回一条消息,指出路径 X:\so and so\ 存在问题(访问被拒绝)。
注意事项:
-运行 Windows 7 Home Premium 64 位
-四核奔腾,8GB RAM,8TB NAS
-我是管理员
-我还通过激活完整(隐藏)管理员配置文件来尝试此操作
-我已经重新安装了八九次 -我已经改变了所有权&到处都有权限
-我已在“以管理员身份运行”模式下启动 Eclipse
-我已将 Everything 安装为 32 位,正如其他人已成功完成此操作一样,
Eclipse 创建了有问题的文件夹,但随后无法使用它创建的 .project 文件(访问被拒绝)。然后它无法保存任何内容,因此 Eclipse 中除了左侧的空文件夹“Hello_Android”之外什么也没有。
有人对正在发生的事情有任何线索吗——我很沮丧。我想进入这个领域,我在网上到处寻找,试图解决这个问题……但我需要帮助。
-J
I installed JavaEE, JDK, Eclipse 3.5.x (Galileo), the Android Starter SDK, and the current ADT all with no problems. However, when I try to walk through the 'Hello Android' tutorial, I bring up the New Android Project wizard, fill it in and hit 'Finish'.
After a moment, it comes back with a message saying there was a problem at path X:\so and so\ (access denied).
Things to note:
-Running Windows 7 Home Premium 64-bit
-Quadcore Pentium with 8GB RAM, 8TB NAS
-I am an Administrator
-I have also tried this by activating the full (hidden) Administrator profile
-I have reinstalled everything 8 or 9 times
-I have changed ownership & permissions all over the place
-I have launched eclipse in 'Run as Administrator' Mode
-I have installed Everything as 32-bit, as others have done this successfully
Eclipse creates the folder it's having a problem with, but then cannot work with the .project file it creates (access denied). It then can't save anything so there is nothing but an empty folder 'Hello_Android' on the left within Eclipse.
Anybody have any clues about what is going on-- I'm frustrated. I want to get into this, and I've looked EVERYWHERE on the net trying to crack this nut.... but I need help.
-J
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
嗯。有趣的。
我会仔细检查文件夹 X:\so 和 so\ 的权限,并确保管理员组和/或您的帐户具有完全控制权。
Hmmm. Interesting.
I would double-check permissions on the folder X:\so and so\ and ensure that the Administrators group and/or your account has full control.
您是否尝试过在用户或系统环境之外创建项目?您知道在 c:\myprojects
Windows7 中并在程序文件或文档中创建/保存文件可以是 PITA。
Have you tried creating the project outside of the users or systems environment? You know in c:\myprojects
Windows7 and creating/saving files in program files or documents can be a PITA.
原来是eclipse的编写方式的一个bug。我已经制定了一个解决方法。
Turned out to be a bug with how eclipse is written. I've developed a workaround.
问题是 eclipse 无法写入隐藏文件,取消隐藏它们并且它应该可以工作。
The problem is that eclipse can't write to hidden files, unhide them and it should work.