debugging - Install Android app on device through wifi - no usb or emulator -
just says in title.
it seems smartphone data connectors broken, , emulators run far slow on computer (surprisingly because i7).
so, there way can use alternative usb debugging through wifi instead of usb?
if using cyanogenmod, developer options provides way operate adb on network.
1) enable 'adb on network' in developer option of android settings
2) when enable 'adb on network' , if connected internet, find wlan device ip address below given text. lets a.b.c.d:5555
3) run 'adb connect a.b.c.d:5555'
4) use adb install apps or debugging purposes
other devices require root access operate adb on wifi. given below link describes process same:
Comments
Post a Comment