android开发环境安装记录
首先进入http://developer.android.com/sdk/index.html,
Google提供了一个新的DeveloperTools,即:ADT Bundle,中文翻译之:ADT捆绑包。
第一步:
Get theAndroid SDK
The Android SDKprovides you the API libraries and developer tools necessary to build, test,and debug apps for Android.
If you're a newAndroid developer, we recommend you download the ADT Bundle to quickly startdeveloping apps. It includes the essential Android SDK components and a versionof the Eclipse IDE with built-in ADT (Android Developer Tools) tostreamline your Android app development.
With a singledownload, the ADT Bundle includes everything you need to begin developing apps:
· Eclipse + ADT plugin
· Android SDK Tools
· Android Platform-tools
· The latest Android platform
· The latest Android system image for the emulator
获取Android SDK翻译出来的大概意思如下:
Android SDK为Android开发提供API库文件以及编译、测试和调试必需的开发工具。
如果你是新的Android开发者,我们建议下载ADT Bundle来快速开始应用开发。该工具包含基本的Android SDK组件和一个嵌入了ADT的Eclipse IDE.
只需要下载一个ADT Bundle安装包,它包含了开始开发应用所需的所有组件如下:
· Eclipse + ADT plugin
· Android SDK Tools
· Android Platform-tools
· The latest Android platform
· The latest Android system image for the emulator
由此可知,新工具非常方便,可以省去了之前配置开发环境的时间,方便快速上手开发。
在http://developer.android.com/sdk/index.html点击 Downloadthe SDK ADT Bundle for Windows,即可开始下载,下面讲讲如何安装使用ADT bundle及需要注意的问题。
第二步:
Setting Up the ADTBundle
Install the SDK andEclipse IDE
1. Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a"Development" directory in your home directory.
2. Open the adt-bundle-<os_platform>/eclipse/ directory and launch eclipse.
That's it! The IDE isalready loaded with the Android Developer Tools plugin and the SDK is ready togo. To start developing, read Building Your FirstApp.
Caution: Donot move any of the files or directories from the adt-bundle-<os_platform> directory.If you move the eclipse or sdk directory,ADT will not be able to locate the SDK and you'll need to manually update theADT preferences.
我们发现新的工具非常方便使用,你只需解压下载的zip包,然后保存在一个合适的主目录下即可,例如:D:\Android-Develop\adt-bundle-windows-x86
然后打开D:\Android-Develop\adt-bundle-windows-x86\eclipse下面的eclipse.exe启动eclipse即可,可将eclipse.exe发送到桌面快捷方式。
需要注意的是不要移动 adt-bundle-<os_platform>目录下的任何文件和目录,不然就需要手动更新ADT。
现在你可以使用SDK Manager来构建你的第一个Android应用拉!
android开发环境安装记录的更多相关文章
- Android开发环境安装经验
前段时间在一个安装论坛上,下载了老罗的Android学习视频,看到第三节就卡住了。我这边Eclipse安装SDK总是不成功,报各种错误。断断续续好几天的摸索,终于弄明白了。 首先要安装ADT插件,也就 ...
- ubuntu下android开发环境安装
一 安装jdk 网址:http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 新建一个文 ...
- Android 开发环境安装配置手册
本文指导,如何一步步搭建Android开发平台. 1 下载软件 n JDK 1.5+ 到 http://java.sun.com/javase/downloads/index.jsp 下载 n ...
- ubuntu环境下android开发环境安装
http://blog.csdn.net/shulianghan/article/details/38023959 Android程序开发的环境配置 Ubuntu下自带openjdk的卸载 你无需管它 ...
- Fedora15下安装Android开发环境
Fedora15下安装Android开发环境需要以下步骤: 完整步骤. 1. 安装正确版本的JDK. 2. 安装Eclipse. 3. 安装ADT. 4. 安装Android SDK. 5. 安 ...
- Python For Mac 开发环境安装 以及问题记录
Python For Mac 开发环境安装记录 把自己安装的过程记录一下,亲测可用 1.Python3环境安装(转载http://www.cnblogs.com/meng1314-shuai/p/90 ...
- 装载 | Eclipse中搭建最新版本的Android开发环境
文章目录 准备工作 下载文件 下载JDK并配置系统变量环境 下载安装Eclipse 下载Android SDK 下载ADT插件 使用下载好的软件搭建Android开发环境 安装Android的SDK ...
- Qt for Android开发环境搭建及测试过程记录
最近学习了Qt的QML编程技术,感觉相较于以前的QtGUI来说更方便一些,使用QML可以将界面与业务逻辑解耦,便于开发. QML支持跨平台,包括支持Android平台,因此可以使用Qt的QML进行An ...
- 搭建Android开发环境附图详解+模拟器安装(JDK+Eclipse+SDK+ADT)
——搭建android开发环境的方式有多种,比如:JDK+Eclipse+SDK+ADT或者JDK+Eclipse+捆绑好的AndroidSDK或者Android Studio. Google 决定将 ...
随机推荐
- 初探swift语言的学习笔记(闭包-匿名函数或block块代码)
使用Block的地方很多,其中传值只是其中的一小部分,下面介绍Block在两个界面之间的传值: 先说一下思想: 首先,创建两个视图控制器,在第一个视图控制器中创建一个UILabel和一个UIButto ...
- mysql主从切换步骤
1> 正常切换 1)从server检查SHOW PROCESSLIST语句的输出,直到你看到Has read all relaylogwaiting for the slave I/O th ...
- iframe使用location跳转页面的问题
iframe页面调用父级页面中的函数 parent.dofunction(); contentWindow 实例 iframe = document.getElementById("fram ...
- EF Dal通用类
一个通用的ef dal处理类是非擦汗那个提高工作效率的 using System; using System.Collections.Generic; using System.Data.Enti ...
- 优质UI的7条准则(一)
本文原文来自于 Medium:https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda ...
- Android快速开发框架汇总
知乎贴:Android 开发有什么好的架构么? 里面这篇不错:Architecting Android…The clean way? 知乎贴: 一.如果对App的性能.包size有要求,对代码有洁癖不 ...
- 【转】iOS隐藏导航条1px的底部横线
默认情况下会有这条线 第一种方法: 1 2 3 4 5 6 UINavigationBar *navigationBar = self.navigationController.navigationB ...
- 原生js封装table表格操作,获取任意行列td,任意单行单列方法
V1.001更新增加findTable-min.js 本次更新,优化了代码性能方面,增加了部分新功能,可以获取多个table表格批量操作. 考虑到本人后面的项目中可能涉及到大量的表格操作,提前先封了 ...
- 共享bean
到此为止,对于jsp:useBean创建的对象,我们都将它们看作是_jspService方法中的局部变量来处理(jspService由页面生成的servlet的service方法调用).虽然bean的 ...
- google base库之simplethread
// This is the base SimpleThread. You can derive from it and implement the // virtual Run method, or ...