There are many friends who have just installed the adb toolkit recently. In order to help everyone better understand the adb toolkit, the following article shares with you how to use the adb toolkit. Hope it can help friends in need!
Download the adb tool. After downloading, it is recommended to put it in the current user's working directory. For example, the editor's own is "C:UsersAdministrator". Put it here, and future operations will be more convenient.
Enter "Start Menu--All Programs--Accessories--Command Prompt", or you can use the shortcut key "Win+R" and enter CMD to enter.
Turn on the "USB debugging mode" on your phone (if you can't turn it on, there's nothing you can do about it. I keep the debugging mode open) and enter adb devices in the window.
After pressing Enter, a successful connection message will appear. After a successful connection, we can perform various operations by entering commands here.
If you want to know all the adb commands, you can enter adb in the window and press Enter, and there will be a prompt. Of course, it is in English.
Come and learn how to use the adb toolkit. It will definitely help everyone.