Recenlty I found a Android Studio Plugin which help to convert usb adb to wifi adb. But after following all the instruction I am getting 'adb command not found, review your android sdk Installation" error. What's my problem?
Plugin GitHub link: https://github.com/pedrovgs/AndroidWiFiADB
To solve this Error:Make sure you have installed "Android SDK Platform-Tools". When you install "Android SDK Platform-Tools", it will fix Android SDK file not found: adb error.
if you are using mac paste this code in terminal and change USER_NAME
export PATH=/Users/USER_NAME/Library/Android/sdk/platform-tools:$PATH
Just add the platform-tools path to your system environment variable and then restart the terminal or command prompt.
For example if you are using Windows 10, you will find the platform-tools in AppData folder.
e.g. : C:\Users\tarunsmalviya12\AppData\Local\Android\sdk\platform-tools
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With