Run/install/debug Android applications over Wi-Fi?

前端 未结 30 2308
[愿得一人]
[愿得一人] 2020-11-22 07:16

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.

30条回答
  •  误落风尘
    2020-11-22 07:58

    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

提交回复
热议问题