1 / 20
文档名称:

Android教程.ppt

格式:ppt   大小:144KB   页数:20页
下载后只包含 1 个 PPT 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Android教程.ppt

上传人:yixingmaob 2017/2/24 文件大小:144 KB

下载得到文件列表

Android教程.ppt

相关文档

文档介绍

文档介绍:Android 课程讲义智能手机开发 2、开发环境智能手机开发浙江大学计算机学院建立 Android 开发环境?① JDK 5 or JDK 6 (JRE alone is not sufficient) ?设置环境变量: JAVA_HOME 、 CLASSPATH ?② Eclipse ( Europa ), (Ganymede) ?③ Android SDK ?④ ADT ?⑤ Eclipse 安装 ADT 插件浙江大学计算机学院 Quick Start ? 1. 准备?安装 JDK (version 5 or 6 required) ? Eclipse (version or , needed only if you want develop using the ADT Plugin ). ? 2. 下载安装 SDK starter package ? To install the SDK, simply unpack the starter package to a safe location and then add the location to your PATH. ? 3. 为 Eclipse 安装 ADT 插件? 4. 添加其它 SDK 组件? Use the Android SDK and AVD Manager, included in the SDK starter package, to add one or more Android platforms and other components to your SDK. ? SDK Setup Done! 浙江大学计算机学院 Android 可视化环境配置? ?下载网址: http:// java./javase/downloads / ? ?下载网址: http:// /downloads/ ? Android SDK ?下载网址: http:// developer. 浙江大学计算机学院安装 Java JDK ? JDK 5 or JDK 6 (JRE alone is not sufficient) ? Android Development Tools plugin (optional) ? patible with piler for Java ( gcj ) 浙江大学计算机学院安装 Eclipse ? Eclipse (Ganymede) or (Galileo) ? Eclipse JDT plugin (included in most Eclipse IDE packages) ? If you need to install or update Eclipse, you can download it from http:// /downloads/. ? Several types of Eclipse packages are available for each platform. For developing Android applications, we mend that you install one of these packages: ? Eclipse IDE for Java EE Developers ? Eclipse IDE for Java Developers ? Eclipse for RCP/Plug-in Developers ? Eclipse Classic (versions and higher) 浙江大学计算机学院 Android 的 SDK 版本? Android Platform ( new! ) ? Android Platform ? Android Platform ? Older Platforms ? Android Platform ? Android Platform ? Android Platform 浙江大学计算机学院操作系统? Windows XP (32-bit) or Vista (32- or 64-bit) ? Mac OS X or later (x86 only) ? Linux (tested on Linux Ubuntu Hardy Heron) ? 64-bit distributions must be capable of running 32- bit applications.