在Windows 7上设置Android开发环境
我想开始学习Android开发。我有 Windows 7 Home Premium 操作系统。我的问题是我无法设置开发android 的环境。这是我到目前为止所做的事情。
- 我已经安装了 Java(32 位和 64 位版本)
- 我已经安装了 Android SDK (installer_r08-windows.exe)
- 我还没有下载任何工具或平台或 ADT。
- 我已经下载了32位的eclipse。 (eclipse-SDK-3.5.1-win32.zip)
- 我被困在这个 eclipse 设置中。我观察到的一件奇怪的事情是,它无法安装。当我单击 eclipse.exe 时,它仅从那里开始运行。我还是不确定我的eclipse安装是否正确?
- 所以,我认为我的日食工作正常。然后,当我尝试在 eclipse 中安装新程序(例如 google 插件)时,会出现错误。
我想知道我哪里错了?我犯了什么错误? 谁能指导我在 Windows 7 上设置 Android 开发环境的完整分步过程?
提前致谢。
- 杰伊
I want to start learning Android developement. I have a windows 7 Home Premium Operating System. My problem is I am not able to setup the environment of developing android. Here is what I have done till now.
- I have installed Java (both 32 bit and 64 bit versions)
- I have installed Android SDK (installer_r08-windows.exe)
- I have not yet downloaded any tools or platforms or ADT.
- I have downloaded 32 bit eclipse. (eclipse-SDK-3.5.1-win32.zip)
- I am stuck at this eclipse setup. A strange thing I observed is that, it does not install. When I click on eclipse.exe, it starts running from there only. I am still not sure if my eclipse installation is proper?
- So, I assumed that my eclipse is working fine. Then when I try installing new programs in eclipse, eg google plugin, it gives error.
I want to know, where am I going wrong? What mistakes am I doing?
Can anyone guide me with the complete step by step procedure to setup my android development environment on windows 7?
Thanks in advance.
- Jay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
至 5:Eclipse 没有普通的安装程序,它只是一个 zip 文件,您可以从任何地方提取并运行。
至 6:您遇到什么错误? (当您提供更多详细信息时,我将更新我的答案)
分步说明如下:http: //developer.android.com/sdk/installing.html
to 5: Eclipse don't have a normal installer, its just a zip file you can extract and run from anywhere.
to 6: What errors do you get? (I will update my answer when you deliver more details)
A step by step how to is here: http://developer.android.com/sdk/installing.html
我发现我必须大幅放松 Windows 7 的安全设置,直到 Eclipse 完全设置完毕,然后我才能将它们恢复到正常设置。
I found I had to relax Windows 7's security settings quite a lot just until Eclipse was fully set up, and then I was able to restore them back to their normal setting.
我想分享一下我在Windows 7 Ultimate安装环境的经验。
* 我在 JAVA 32 位和 64 位版本上都遇到过问题(我可能是错的)。删除32位后,我的问题第一次得到解决。
* 学习者最大的错误是确保他们的 android 环境变量正确。
所以,希望您能解决以上两个问题。
在这里,我附上了一个链接,其中给出了带有图像标记的正确安装方法。所以,我希望它能帮助您正确设置环境。
http://sanathnandasiri.blogspot.com/2011/03 /how-to-setup-android-development.html
感谢您抽出宝贵的时间。
I want to share my experience of installing environment in windows 7 ultimate.
* I have faced problem with both the version of JAVA 32 bit and 64 bit (I may be wrong). After deleting 32 bit my problem was solved at first time.
* Maximum learner mistake to ensure properly their android environment variables.
So, hope you will ensure that above two problem.
Here I have attached a link where proper installing method has been given with image marking. So, I hope it will help you to setup environment properly.
http://sanathnandasiri.blogspot.com/2011/03/how-to-setup-android-development.html
Thanks for your important time.