Windows 7 64 位上的 Android ADT
我一直遇到 eclipse 的问题。我成功地创建并测试了几个应用程序,然后我升级了我的 Java(我不记得具体是什么),但一切都在走下坡路。
升级后我尝试制作一个 hello world 应用程序,它说找不到 .apk,所以我决定升级我的 eclipse。然后,当我启动它时,它丢失了 android ADT,所以我尝试重新安装它,但无法正确添加它......所以我以管理员身份运行,它工作了,它安装并显示在 Windows > > 中。 现在我所有的应用程序
,包括新的应用程序都说“无法加载项目‘Hello World’的属性文件,我只是无法弄清楚
我已经尝试了几个版本的 Eclipse 3.5、3.6 似乎都不起作用。任何帮助都是赞赏
I've been having issues with eclipse. I had sucessfully created and tested several apps then I upgraded my Java (I can't remember what exactly) and it all went down hill.
I tried making a hello world app after upgrading and it said can't find .apk so I decided to upgrade my eclipse. Then when I started it up it lost the android ADT so I tried to reinstall it but couldn't add it correctly....so I ran as administrator and it worked, it installed and showed up in Windows > Preferences
Now all my apps, including new ones say "Failed to load properties file for project 'Hello World' and I just can't figure it out
I have tried several versions of eclipse 3.5, 3.6 none seem to work. Any help would be appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
还更新sdk,这可能会解决你的问题
Also update sdk as well which may resolve your problem
天哪,我终于让这该死的东西发挥作用了,我一定花了 8 个小时尝试不同的事情。这就是我最终所做的。希望它对某人有所帮助,请记住我一无所知!
Android SDK installer_r08-windows.exe
Java jdk-6u23-windows-x64
Eclipse eclipse-SDK-3.6.1-win32-x86_64
这就是我一直在做的错误,我正在安装 eclipse-java 但它不起作用,所以我尝试了“Eclipse Classic 3.6.1”并且一切正常
在运行 eclipse 之前我删除了 C:\Users\my_username\.android\debug.keystore
但我不认为这真的做了什么
而且我以管理员身份运行了 eclipse 。
我有 Windows 7-64 位,再次启动并运行感觉很好!
OMG I finally got this darn thing working, I must have spent 8 hours trying different things. This is what I finally did. Hopefully it helps someone, Please keep in mind I am clueless!
Android SDK installer_r08-windows.exe
Java jdk-6u23-windows-x64
Eclipse eclipse-SDK-3.6.1-win32-x86_64
That is what I kept doing wrong apprently, I was installing the eclipse-java but it wasn't working so I tried "Eclipse Classic 3.6.1" and everything worked
Before I ran eclipse I deleted C:\Users\my_username\.android\debug.keystore
But I don't think that really did anything
Also I ran eclipse as administrator.
I have windows 7-64bit and it feels good to be up and running again!