Could be. Or it could be he really does have a mismatch between address family and protocol. I seem to recall getting this error message while developing my custom FTP client, but I can't figure out where I put the log files from that, so I can't verify the exact circumstances that caused the error. But I think it was when I was talking to the wrong port, a port that was not for FTP protocol. Or it might have been a malformed address. He needs to double check the address he is really using, and also double check in the IP packet itself what the protocol field is really set to.
What I do remember is that the Java error message is rather misleading -- as error messages often are. On Jun 7, 5:13 am, Kostya Vasilyev <[email protected]> wrote: > This: > > DEBUG/SntpClient(64): > > does not look like your application, unless you're developing an NTP client > that's built into the emulator's system image (process id = 64). Most likely > harmless and can be ignored. > > -- Kostya > 2011/6/7 ThaMe90 <[email protected]> > > > What address are you trying to use? > > > On 7 jun, 11:45, Ankur Kumar <[email protected]> wrote: > > > Not able to figure out the solution to this problem. Have searched many > > > forums and blogs. Please help. > > > > My application is not loading in the emulator and in the* LogCat* I see > > the > > > following: > > > > *DEBUG/SntpClient(64): request time failed: java.net.SocketException: > > > Address family not supported by protocol* > > > > *Console output:* > > > > [2011-06-07 02:24:49 - AndroidApplication] Android Launch! > > > [2011-06-07 02:24:49 - AndroidApplication] adb is running normally. > > > [2011-06-07 02:24:49 - AndroidApplication] Performing > > > com.netapp.sysmgr.app.AndroidApplication activity launch > > > [2011-06-07 02:24:49 - AndroidApplication] Automatic Target Mode: > > Preferred > > > AVD 'A-2.3.3' is available on emulator 'emulator-5554' > > > [2011-06-07 02:24:49 - AndroidApplication] Uploading > > AndroidApplication.apk > > > onto device 'emulator-5554' > > > [2011-06-07 02:24:49 - AndroidApplication] Installing > > > AndroidApplication.apk... > > > [2011-06-07 02:24:50 - AndroidApplication] Success! > > > [2011-06-07 02:24:50 - AndroidApplication] Starting activity > > > com.netapp.sysmgr.app.AndroidApplication on device emulator-5554 > > > > But it doesn't start the app on emulator. > > > > I have enabled internet permission in the Manifest file. > > > > -- > > > Regards, > > > > Ankur Kumar > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

