On Feb 28, 9:11 am, teras <
terat...@gmail.com> wrote:
> Now, in Netbeans I tried to connect to the 8700 port, as described in
> the docs, but with no luck. By using DDMS I also found that the actual
> port for this application is 8611, so I tried to connect there, no
> luck again.
The TCP ports only exist on your workstation. The VM is connected to
ADB through a "jdwp" port.
If you do a "remote debug" session to "localhost:8700" it will connect
to whichever VM you have highlighted in DDMS.