There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
What is ADB? – Android Debug Bridge is a command-line tool that has been a part of Android SDK and development tools for a long long time. The tool allows your PC to communicate with your Android device and perform several actions. Some common adb commands include adb devices, adb reboot, etc. We will come to them later in this article.