Android开发中的平台工具和SDK工具有什么区别?

时间:2022-07-10 15:15:55

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

我无法区分Android平台工具和Android SDK工具。谁能给我一个简短的介绍?

1 个解决方案

#1


17  

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.

SDK Tools是Android SDK的可下载组件。它包括Android SDK的完整开发和调试工具,如模拟器,sdcard,sqlite和apk构建器等。其中Platform-tools用于支持当前Android平台的功能,包括adb,它就像一座桥梁与模拟器或设备通信。

#1


17  

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.

SDK Tools是Android SDK的可下载组件。它包括Android SDK的完整开发和调试工具,如模拟器,sdcard,sqlite和apk构建器等。其中Platform-tools用于支持当前Android平台的功能,包括adb,它就像一座桥梁与模拟器或设备通信。