ADB over Wi-Fi is extremely slow on one PC, great on another

烈酒焚心 提交于 2019-12-04 09:42:06

I'm not sure whether this was a fluke, but a guide online told me to use the command

adb usb

before connecting via Wi-Fi. I did this while setting up my desktop, but for my laptop I assumed it was redundant since my phone was already connected via USB. Still, I disconnected adb then went through all the steps:

adb usb
adb tcpip 5555
adb connect <ip>

And it works perfectly now. Hopefully this helps someone.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!