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

[Android--Tool]Android开发环境安装与配置

2015-07-11 00:21 429 查看
问题描述:之前按照Android官网的步骤安装和配置了Android开发环境,简单记录下。

步骤:

进入Android Developers网站的 开发 – 工具

首先提示下载 Android SDK,包括以下几项功能

(1) 完整的 Java IDE

(2) Graphical UI Builders

(3) On-device Developer Options

(4) Develop on Hardware Devices

(5) Develop on Virtual Devices

(6) Powerful Debugging

(7) Testing

(8) Native Development

接下来Get the Android SDK:

The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.

Download the SDK ADT bundle for Windows:

With a single download, 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

接下来Setting Up the ADT Bundle:

Install the SDK and Eclipse IDE

这里解压后打开eclipse,但由于电脑没有安装JDK,eclipse打不开,于是在oracle官网下载了JDK6进行了安装,另外,安装后不要移动各个文件夹的内容。









As you continue developing apps, you may need to install additional versions of Android for the emulator and other packages such as the library for Google Play In-app Billing. To install more packages, use the SDK
Manager
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: