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

懵懂的女人 提交于 2019-11-28 22:21:57

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/8817554/what-is-difference-between-platform-tools-and-sdk-tools-in-android-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!