The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

Android ADB over TCP/IP

Posted by jpluimers on 2016/05/19

Android ADB over TCP/IP can be a bit of a pain to setup. Some devices have a built-in option to enable this (by default on port 5555), otherwise you have to connect through USB first, then use ADB to enable TCP/IP:

adb tcpip 5555

I got it to work without being root, but on some devices you need to be.

See these links for more information:

Note that while writing this, ADB For Chrome could not run over TCP/IP.

–jeroen

2 Responses to “Android ADB over TCP/IP”

  1. davidnottage's avatar

    davidnottage said

    See also:

    http://delphiworlds.com/2016/05/debugging-delphi-vm-using-emulator-osx-host/

    ;-)

Leave a reply to davidnottage Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.