Connect Your Android device with your PC wirelessly for debugging with the help of this extension.
- Android Version : 11+.
- Adb Should be installed and ENV Path should be set.
- Phone and Pc Should be on same wifi network.
- TurnOff Mobile Data if enabled.
Connect Your android phone by directly scanning QR Code.
- Go to Settings>Developer Options>Wireless Debugging>Connect With Qr Code.
- In vscode press ctrl+shift+p and run ADB Qr: Connect With Qr
- Scan the qr code with phone and done.
- Enjoy debugging wirelessly.
Connect Your android phone by entering pairing Code.
- Go to Settings>Developer Options>Wireless Debugging>Connect With Pairing Code.
- In vscode press ctrl+shift+p and run ADB Qr: Connect With Pairing Code
- Wait for device Scanning.
- Select your device from the list.
- Enter the pairing code shown on your phone.
- Enjoy debugging wirelessly.
Connect Your android phone With already paired PC.
- Go to Settings>Developer Options>Wireless Debugging.
- In vscode press ctrl+shift+p and run ADB Qr: Connect With Paired Devices.
- If your pc is already paired with phone it will automatically connect in few seconds.
- Enjoy debugging wirelessly.
No known isssues until now.
If you find any issues report here
Initial release of ADB-QR
Bug Fixes
Minor Changes
Added Progress Indicator in place of static notifications
Fixed connect with paired device running in background