0 votes
in Android by (171 points)
What is adb?

1 Answer

0 votes
by (13.1k points)

Adb is short for Android Debug Bridge. It allows developers the power to execute remote shell commands. Its basic function is to allow and control communication towards and from the emulator port.

...