问题描述
我是新来的Android开发人员,自己的HTC Droid的厄里斯(OS = 1.5或1.6,我相信)。我主要是一个微软.NET开发人员,我试图找出哪里开始。
I am new to android dev, own an HTC Eris Droid (OS = 1.5 or 1.6 I believe). I am primarily a Microsoft .NET developer and am trying to figure out where to start.
什么dev的集成开发环境提出了建议。我见过的机器人开发的网站,他们建议的Eclipse。但哪一个?
What dev IDEs are suggested. I've seen the droid dev site and they suggest Eclipse. But which one?
将安装Eclipse和JRE干扰.NET开发?
Will installing Eclipse and the JRE interfere with .NET development?
还有什么我需要开始?我的操作系统是Win7的。
What else will I need to get started? My OS is Win7.
TIA
推荐答案
作为一个.NET开发谁最近一直在看Android开发,我可以给你我使用的步骤:
As a .NET developer who has recently been looking at Android development, I can give you the steps I used:
- Eclipse的经典 32位(为的推荐),并将其解压缩到它具有写权限的文件夹(我用
%HOMEPATH%\\程序\\日食\\ 3.5 \\
) - 下载并解压以一个永久的家和运行
SDK的Setup.exe
。让它下载/安装所有的软件包 - 添加
ANDROID_SDK_HOME \\工具
(扩大,很明显),在%PATH%
系统属性系统环境变量( WIN + BREAK) - 安装(的Android / Eclipse集成)插件为Eclipse
- Download Eclipse Classic 32-bit (as recommend by the Android docs) and extract it to a folder where it has write permissions (I use
%homepath%\applications\eclipse\3.5\
) - Download and extract the Android SDK to a permanent home and run
SDK Setup.exe
. Let it download/install all the packages - Add
ANDROID_SDK_HOME\tools
(expanded, obviously) to your%PATH%
system environment variable in System Properties (WIN+BREAK) - Install the ADT (Android/Eclipse integration) plugin for Eclipse
然后签样本:
- 创建一个工作区和一个新的Android项目
- 复制样品之一的内容(ANDROID_SDK_HOME \\ \\平台Android的x.x中\\样本)到项目目录
- 刷新Eclipse视图
我也强烈建议检查出的和,尤其是,阅读。它真的让使用的术语和应用程序的生命周期的一个很好的概述。
I also strongly recommend checking out the Android Developer Guide and, in particular, reading the Application Fundamentals. It really gives a good overview of the terms used and the lifecycle of an application.
这之后,你可以潜入样品(由SDK安装)清晰一点。
After that you can dive into the samples (installed by the SDK) with a little bit of clarity.
这篇关于新Android开发人员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!