在Android开发平台工具和SDK工具之间的区别是什么?
问题描述:
我不能让Android平台,工具和和Android SDK工具之间的差异。 任何一个可以给我一个简短的?
I can't get the difference between Android platform-tools and and Android SDK tools. can any one give my a brief?
答
SDK工具是Android SDK的一个下载组件。它包括一套完整的开发和调试工具为Android SDK模拟器一样,SD卡,源码和APK建设者等。 凡为平台,工具被用来支持目前Android平台,包括亚行是像一个桥模拟器或设备进行通信的功能。
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.