开始学习使用Eclipse

来源:互联网 发布:开源商城cms 编辑:程序博客网 时间:2024/04/30 15:44

Eclipse是开发Android应用程序推荐的开发平台,因为其开放的架构,众多的插件使其变得日益强大,其中ADT(Android Development Tool)是专门为开发Android应用程序设计的一款插件,使大家能够在Eclipse下面建立Android的工程,并且进行编译,调试,运行,打包,

以下是Android开发者网站(http://developer.android.com)的原文:

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.

Developing in Eclipse with ADT is highly recommended and is the fastest way to get started. With the guided project setup it provides, as well as tools integration, custom XML editors, and debug output pane, ADT gives you an incredible boost in developing Android applications.


这里将记录在使用Eclipse开发Android应用过程碰到的各种问题,解决方法以及各种使用技巧。

原创粉丝点击