Android Debug Bridge
With the help of android debug bridge we can communicate with an emulator or connected physical android device because Android Debug Bridge is a command line tool. Android Debug Bridge is also known as ADB. ADB architecture is like client-server architecture with three components. Client: which runs on the development machine. Server: which runs on...CONTINUE READING