Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the difference between ADT and Android SDK? [duplicate]

Tags:

android

sdk

adt

Simple question: what is the difference between Android Developement Tools and Android Standard Developement Kit? I mean, they're both some usefull tools to develop an Android application.

Correct me if I'm wrong, ADT is about the usefull code stuff, for exemple the libreries, packages... and SDK is actually about the tools: for exemple Debuging.

I know it's kinda stupid, but I've never had this question in mind till today. Thank you

like image 475
Tha.Poox Avatar asked Feb 16 '14 21:02

Tha.Poox


1 Answers

ADT is the Android Developer Tools plugin for Eclipse.

The Android SDK contains the tools and related files necessary to build an Android application. The ADT plugin for Eclipse uses the SDK tools as part of its work.

like image 55
CommonsWare Avatar answered Oct 28 '22 14:10

CommonsWare