- May 16, 2022
- admin
- 0
Setup Your Device To Use ADB
Once you are done setting up ADB in PC, the next step is to configure your Android device. You need to enable USB debugging on your device for this to work. To do so follow the below steps
- Enable Developer mode first.
- Go to Settings > About Phone > Build number.
- Tap on build number until you get the message “You’re now a developer!”
- Enable USB Debugging Options.
- Go to Settings > Additional Settings > Developer option.
- Enable the USB Debugging option.
You can now connect your phone to PC with a USB cable to use the ADB commands, However, when you connect your device, a pop up might appear which might ask you for permissions. Allow it and you can start playing with the commands.