ADT Android Developer Tools (Eclipse plug-in)

AVD Android Emulator Device

DDMS Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS)

http://developer.android.com/guide/developing/debugging/ddms.html

Android Emulator
The Android SDK includes a mobile device emulator — a virtual mobile device that runs on your computer. The emulator lets you develop and test Android applications without using a physical device.

Useful link:

Installing the SDK

http://developer.android.com/sdk/installing.html#InstallingADT

ADT Plugin for Eclipse

http://developer.android.com/sdk/eclipse-adt.html

Eclipse download

http://www.eclipse.org/downloads/

Download the Android SDK

http://developer.android.com/sdk/index.html


JDK

http://www.oracle.com/technetwork/java/javase/downloads/index.html

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)PackageManager 卸载包的方
  2. 自学android 坑2
  3. Android在子线程中更新UI(二)
  4. 源码剖析: Notification的发送
  5. Android(安卓)WebView的简单使用
  6. android PreferenceActivity使用
  7. android checkBox 的选中和取消选中
  8. Rect and RectF in Android(安卓)SDK
  9. Android(安卓)P ActivityManagerService(
  10. android ListView内数据的动态添加与删除