Chinaunix首页 | 论坛 | 博客
  • 博客访问: 147262
  • 博文数量: 49
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 595
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-25 23:08
文章分类
文章存档

2011年(1)

2009年(48)

我的朋友

分类: Java

2009-06-19 23:00:25


Android教程




android官方网站
android开发网站 http://developer.android.com

Creating an Android Project
The ADT plugin provides a New Project Wizard that you can use to quickly create an Eclipse project for new or existing code. To create the project, follow these steps:

Select File > New > Project
Select Android > Android Project, and press Next
Select the contents for the project:
Select Create new project in workspace to start a project for new code.
Enter the project name, the base package name, the name of a single Activity class to create as a stub .java file, and a name to use for your application.

Select Create project from existing source to start a project from existing code. Use this option if you want to build and run any of the sample applications included with the SDK. The sample applications are located in the samples/ directory in the SDK.
Browse to the directory containing the existing source code and click OK. If the directory contains a valid Android manifest file, the ADT plugin fills in the package, activity, and application names for you.

Press Finish.




阅读(1036) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~