创建一个Android项目

      来自安卓官方网站。。。。

      http://developer.android.com/training/basics/firstapp/creating-project.html#Eclipse

 基础名词:

1、软件开发工具包(Software Development Kit,SDK)

2、安卓虚拟模拟器 (Android Virtual Device ,AVD)

不用写笔记了,去官网上看就好。

 

这节课教你

  1. 使用Eclipse创建一个项目
  2. 使用命令行工具创建项目

你也应该阅读

        An Android project contains all the files that comprise the source code for your Android app. The Android SDK tools make it easy to start a new Android project with a set of default project directories and files.

        Android项目包含的所有文件,包括你的Andr​​oid应用程序的源代码。Android SDK工具,可以很容易地开始新的Andr​​oid项目与一组默认项目目录和文件。

        This lesson shows how to create a new project either using Eclipse (with the ADT plugin) or using the SDK tools from a command line.

 

       

这个教训说明如何创建一个新的项目,无论是使用Eclipse ADT插件或使用SDK命令行工具。

posted @ 2013-07-03 21:27  婷婷玉立的成长之家  阅读(184)  评论(0编辑  收藏  举报