Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi every one,
I have started android development, but I have problems in some basic concepts.
for example what is exactly SDK or adt plugin and what do they do exactly?
thanks
Posted

This very page: "Get the Android SDK"[^] explains it all very well.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Feb-14 16:18pm    
Agree, a 5.
—SA
CPallini 20-Feb-14 16:35pm    
Thank you.
SDK - software development kit
ADT - Android development tool
SDK includes sample code, libraries, system images, platforms and so forth. You can download and install the Android SDK for details.
ADT is a plugin for Eclipse. If you download an Eclipse from Eclipse official website, you cannot develop Android app until you install the ADT plugin. It includes DDMS, logcat, and so forth. Using ADT, you can create and build an Android app quickly.
As a matter of fact, you don't need to download them separately. Google provides the ADT bundle[^], which has already contained everything you need for development. You can also download the Android Studio[^] for app development.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900