1 / 17

轻松几步学 Android — 开发环境的搭建与部署

轻松几步学 Android — 开发环境的搭建与部署. 学云签约讲师 杨正辉. 上节回顾. Android 的发展史 为什么选择 Android 而不选择 IOS 做为开发平台 Android 的特性 Android 的优点 Android 的体系结构. 本节目标. 掌握 Android 开发环境的搭建 掌握创建虚拟设备及使用 掌握如何在开发环境下创建 Android 项目 了解在 IDE 工具下 Android 应用程序的调试 掌握如何将应用程序进行打包并部署到虚拟设备. 搭建开发环境. 搭建开发环境. JDK ( 1.6 )的下载与安装

Download Presentation

轻松几步学 Android — 开发环境的搭建与部署

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 轻松几步学Android—开发环境的搭建与部署 学云签约讲师 杨正辉

  2. 上节回顾 • Android的发展史 • 为什么选择Android而不选择IOS做为开发平台 • Android的特性 • Android的优点 • Android的体系结构

  3. 本节目标 • 掌握Android开发环境的搭建 • 掌握创建虚拟设备及使用 • 掌握如何在开发环境下创建Android项目 • 了解在IDE工具下Android应用程序的调试 • 掌握如何将应用程序进行打包并部署到虚拟设备

  4. 搭建开发环境

  5. 搭建开发环境 • JDK(1.6)的下载与安装 • 下载页面:http://www.oracle.com/technetwork/java/javase/downloads/index.html • 提示:本教程中JDK使用的是1.6版本

  6. 搭建开发环境 • Eclipse(3.6.2)的下载与安装 • 下载页面:http://www.eclipse.org/downloads/ • 3.6.2下载地址:http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php

  7. 搭建开发环境 • Android SDK的下载与安装 • 下载页面:http://developer.android.com/sdk/index.html • 建议:在SDK中下载SDK PlatForm 1.5-4.0

  8. 搭建开发环境 • ADT的下载与配置 • 配置方法一:http://dl-ssl.google.com/android/eclipse/ • 配置方法二:本地加载 • http://115.com/#c28a91j1

  9. 搭建开发环境 • 虚拟设备的创建和使用

  10. “Hello Android”

  11. Android应用程序的调试 • DDMS • DevicesPanel • Emulator Control • 信息输出面板 • DDMS中的日志输出 • Log.v //输出冗余信息 • Log.d //输出调试信息 • Log.i //输出普通信息 • Log.w //输出警告信息 • Log.e //输出错误信息

  12. 可视化开发工具 • ADT提供的工具

  13. 可视化开发工具 • 第三方提供的工具: • http://code.google.com/p/droiddraw/

  14. 部署应用到虚拟设备 • IDE工具-Eclipse • 第三方管理工具 • 豌豆荚 • 91手机助手 • ……

  15. 小结 • 本节我们回顾了上节的知识要点,并在此基础下学习了Android开发环境的搭建以及如何在开发环境下创建项目,最后我们通过IDE工具为大家介绍了如果调试程序的方法,最后我们拓展介绍了可视化界面的开发工具及如何将应用程序部署到虚拟设备上。

  16. 作业 • 练习开发环境的搭建以及Android程序工程的创建。 • 根据教程中的部署方法将应用部署到手机设备。

  17. 谢谢!

More Related