aakash-pamnani / ADB-QR

A vscode extension to connect your android phone wirelessly to PC.
https://marketplace.visualstudio.com/items?itemName=AakashP.adb-qr
MIT License
19 stars 2 forks source link

ADB is not installed or PATH is not Configured #4

Closed glennmichaelmejias closed 12 months ago

aakash-pamnani commented 1 year ago

You need to add ENV path of ADB in your system

trwy7 commented 1 year ago

How do I do that?

aakash-pamnani commented 1 year ago

https://developer.android.com/tools/releases/platform-tools

Download adb from here And then install it https://www.xda-developers.com/install-adb-windows-macos-linux/

https://www.xda-developers.com/adb-fastboot-any-directory-windows-linux/?newsletter_popup=1

How do I do that?