ok in DDMS view it says emulator-5554 is online myAVD[1.5,debug]
then all of the threads below it have the debug symbol with an X over
them.
and the console spits this out

[2009-05-20 12:11:22 - ddms]Failed to reopen debug port for Selected
Client to: 8700
[2009-05-20 12:11:22 - ddms]Address family not supported by protocol
family: bind
java.net.SocketException: Address family not supported by protocol
family: bind
        at sun.nio.ch.Net.bind(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
        at com.android.ddmlib.MonitorThread.reopenDebugSelectedPort(Unknown
Source)
        at com.android.ddmlib.MonitorThread.run(Unknown Source)

[2009-05-20 12:13:00 - ddms]Can't bind to local 8600 for debugger
[2009-05-20 12:13:04 - ddms]Can't bind to local 8601 for debugger
[2009-05-20 12:13:04 - ddms]Can't bind to local 8602 for debugger
[2009-05-20 12:13:06 - ddms]Can't bind to local 8603 for debugger
[2009-05-20 12:13:17 - ddms]Can't bind to local 8606 for debugger
[2009-05-20 12:13:17 - ddms]Can't bind to local 8608 for debugger
[2009-05-20 12:13:17 - ddms]Can't bind to local 8610 for debugger
[2009-05-20 12:13:17 - ddms]Can't bind to local 8615 for debugger
[2009-05-20 12:13:18 - ddms]Can't bind to local 8620 for debugger


On May 20, 4:20 am, "l.kuczera" <kuk...@gmail.com> wrote:
> It might be 64bit system case. But check this. By default it should be
> 8700 port. Switch do DDMS perspective (assuming you're on Ecilpse) try
> to spot your emulator there.
>
> On May 20, 10:13 am, schwiz <sch...@gmail.com> wrote:
>
>
>
> > Im working on a widget, I'm using eclipse and windows vista 64 bit.  I
> > run the app in debug mode and I put a breakpoint  on the
> > context.startService line below but the app isn't stopping.  My widget
> > is displaying as expected, just showing my frame and some text saying
> > loading.
>
> > public void onUpdate(Context context, AppWidgetManager
> > appWidgetManager,
> >                         int[] appWidgetIds) {
> >                 // TODO Auto-generated method stub
> >                 //super.onUpdate(context, appWidgetManager, appWidgetIds);
> >                 context.startService(new 
> > Intent(context,UpdateService.class));
> >         }
>
> > When I am running the emulator my console gets spammed with messages
> > like this, even when im not in debug mode.
> > [2009-05-20 03:02:38 - ddms]Can't bind to local 8643 for debugger
>
> > any insight would be very appreciated!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to