What is difference between platform tools and SDK tools in Android development?

Ahmed Aswani picture Ahmed Aswani · Jan 11, 2012 · Viewed 11.6k times · Source

I can't get the difference between Android platform-tools and and Android SDK tools. can any one give my a brief?

Answer

Ranjit Mishra picture Ranjit Mishra · Jan 11, 2012

SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK like emulator, sdcard, sqlite and apk builder etc.. Where as Platform-tools are used to support the features for the current android platform including adb which is acting like a bridge to communicate with emulator or device.