Welcome to Wifi debugging [Android]

Welcome to Wifi debugging [Android]

Bye Bye USB Debugging with its problems now we can use Wifi for debugging.

How?

There are two methods or ways to do this

each one need to connect smart phone using USB only for first time and two devices in same network.

First: manual (cmd)

after connect device to PC or Laptop --> open cmd then write

adb tcpip 5555 (this is port for device)

after successfully connected (if there are error try to change number )

adb connect IP:5555

IP : is IP of your device, you get it from Wifi setting ->Advanced -> IP

for example 192.168.1.2 then have fum with debugging.

Second: using Plugin

adb wifi plugin in android studio

Thanks and have fun with debugging.



要查看或添加评论,请登录

Mahmoud Mabrouk的更多文章

  • ????? ????? ????? ?????? ??????

    ????? ????? ????? ?????? ??????

    ?????? ????? ????? ????? ?????? ????? ????? ??????? ?????? ?????? ???? ??????? ??? ??? ?? ????? ????? ????? ??? ??…

    11 条评论
  • update NPM on Windows Machine

    update NPM on Windows Machine

    If you tried and failed to update npm on windows machine this ISA will help you. First install npm-windows-upgrade…

  • Constants

    Constants

    we use const, @JvmField to make constants. const used with primitive types and String.

  • How to Add without (+ ) ??

    How to Add without (+ ) ??

    if you want to know how to add number withoud using + or want to know a mechanism of adding so this article for you…

  • Useful function and tips [R Programming ]

    Useful function and tips [R Programming ]

    There is useful function in R that help us to perform tasks easily such that 1. ls() display all objects in specified…

  • Subset and remove NAs , R Programming

    Subset and remove NAs , R Programming

    We can use generic function subset or subset using [] 1- Using [] New used to select what a row you need Second…

社区洞察

其他会员也浏览了