日期:2014-05-16  浏览次数:20375 次

adb命令详解

Android?adb的常用命令略解

Android?Debug?Bridge?(adb)?is?a?versatile?command?line?tool?that?lets?you?communicate?with?an?emulator?instance?or?connected?Android-powered?device.?It?is?a?client-server?program?that?includes?three?components:

·?A?client,?which?runs?on?your?development?machine.?You?can?invoke?a?client?from?a?shell?by?issuing?an?adb?command.?Other?Android?tools?such?as?the?ADT?plugin?and?DDMS?also?create?adb?clients.

·?A?server,?which?runs?as?a?background?process?on?your?development?machine.?The?server?manages?communication?between?the?client?and?the?adb?daemon?running?on?an?emulator?or?device.

·?A?daemon,?which?runs?as?a?background?process?on?each?emulator?or?device?instance.

 ADB是一个?客户端-服务器端?程序,?其中客户端是你用来操作的电脑,?服务器端是android设备/模拟器

ADB?是?android?sdk里的一个工具,?用这个工具可以直接操作管理android模拟器或者真实的andriod设备

  它的主要功能有: