Android学习笔记 --- Terms and installation memo

阅读更多

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

 

 

 

 

你可能感兴趣的:(ADT,AVD,DDMS,Emulator)