I can\'t get the difference between Android platform-tools and and Android SDK tools. can any one give my a brief?
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.
In simple words:
Every time Google releases a new version of Android, a corresponding Android SDK is also released. To be able to write programs with the latest features, developers must download and install Android version’s SDK.
Android SDK is classified into 2 groups:
Note : Android SDK Platform Tools is a component of Android SDK not the Android SDK Platform. Android SDK Platform Tools just get updated by updating Android SDK Platform.