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

前端 未结 30 2313
[愿得一人]
[愿得一人] 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:57

    first you shold connect your device with usb to pc after that run cmd and drag and drop adb.exe that is in sdk/platform-tools path and write below code :
    
        ....\Sdk\platform-tools\adb.exe devices
    
        .....\Sdk\platform-tools\adb.exe tcpip 5555
    
        .....\Sdk\platform-tools\adb.exe connect Ip address:5555
    

提交回复
热议问题