您的位置:首页 > 移动开发

Training ------ Building Your First App ------ Building Your First App

2015-09-28 02:15 447 查看


Building Your First App

建立你的第一个Android 应用

Get
started 入门


Dependencies

Android Studio
依赖工具是android studio

Welcome to Android application development!
欢迎来到Android 应用的开发!
This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including
how to build a simple user interface and handle user input.
这节课教你如何创建你的第一个Android应用. 你将学习如何创建一个Android工程, 并且运行这个工程生成一个可调试的应用.你同时也可以学习一些android 应用的设计的基础, 包括建立一个简单的用户交互界面, 处理用户的输入内容.


Set Up Your Environment

搭建你的环境

Before you start this class, be sure you have your development environment set up. You need to:
在开始这课之前,确定你已经 搭建了android的开发环境. 你需要:

Download Android Studio.

下载Android Studio
2. Download the latest SDK tools and platforms using the SDK Manager.
用SDK Manager 下载最新的SDK 工具和平台

Note: Although most of this training class expects that you're using Android Studio, some procedures include alternative instructions for using the SDK tools from the command line instead.

说明: 尽管大部分的培训课程希望你使用Adnroid Studio, 但是一些开发步骤可以选择使用命令行指令来替代SDK 工具
This class uses a tutorial format to create a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.
这课试用了教程模式来创建一个小的的Android 应用, 这会教会你一些关于android开发的基础概念, 因此按照每一步的内容学习是很有必要的.

Get
started
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: