通过有线网络调试进行Android应用调试

通过有线网络调试进行Android应用调试

  1. 开启 adb client 的监听
    stop adbd
    setprop service.adb.tcp.prot 5555
    start adbd

  2. 连接 adb client
    adb connect 10.30.17.127

你可能感兴趣的:(android)