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


i'm trying learn how develop android, , i'd able test on device instead of emulator. usb port on phone getting pretty loose, , i'd rather not mess scores of hours i'll using test.

i enabled adb on wi-fi on desktop, , worked flawlessly. desktop runs windows 7 , on home network.

i installed android studio , enabled adb on wi-fi on laptop, runs windows 10 , on work network (which has no secondary login , faster). works, it's extremely slow. when hit "run" button in android studio, thought had frozen. used adb install, , worked - slowly. took 5 minutes install apk.

i've done lot of searching seems seems dismiss problem "a problem device" or "a problem cable (even though it's on wi-fi?)". or in 1 case, solution applied mac.

does know how fix this?

i'm not sure whether fluke, guide online told me use command

adb usb 

before connecting via wi-fi. did while setting desktop, laptop assumed redundant since phone connected via usb. still, disconnected adb went through steps:

adb usb adb tcpip 5555 adb connect <ip> 

and works now. helps someone.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -