I thought there was a way to test your applications in development over Wi-Fi. Is this possible?
I\'d love to be able to untether my phone and develop wirelessly.
Radu Simionescu's answer worked for me. Thank you. For those who are unable to see the ip address of their android device, go to
Settings > Wireless > Wi-Fi
and then long press the wifi which you are connected to. Then select Modify network config
check on Show Advance Options
and the scroll to IP address
section.
After installing adb
in your system, do run
killadd adb
and adb start-server
to refresh adb. Sometimes we could get issues like here