新Android开发人员 [英] New to android dev

查看:140
本文介绍了新Android开发人员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的Andr​​oid开发人员,自己的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:


  1. Eclipse的经典 32位(为的由Android的文档推荐),并将其解压缩到它具有写权限的文件夹(我用%HOMEPATH%\\程序\\日食\\ 3.5 \\

  2. 下载并解压 Android SDK中以一个永久的家和运行 SDK的Setup.exe 。让它下载/安装所有的软件包

  3. 添加 ANDROID_SDK_HOME \\工具(扩大,很明显),在%PATH%系统属性系统环境变量( WIN + BREAK)

  4. 安装 ADT (的Andr​​oid / Eclipse集成)插件为Eclipse

  1. 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\)
  2. Download and extract the Android SDK to a permanent home and run SDK Setup.exe. Let it download/install all the packages
  3. Add ANDROID_SDK_HOME\tools (expanded, obviously) to your %PATH% system environment variable in System Properties (WIN+BREAK)
  4. Install the ADT (Android/Eclipse integration) plugin for Eclipse

然后签样本:


  1. 创建一个工作区和一个新的Andr​​oid项目

  2. 复制样品之一的内容(ANDROID_SDK_HOME \\ \\平台Android的x.x中\\样本​​)到项目目录

  3. 刷新Eclipse视图

我也强烈建议检查出的 Android开发者指南和,尤其是,阅读应用程序基础。它真的让使用的术语和应用程序的生命周期的一个很好的概述。

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开发人员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆