On Oct 14, 2011, at 3:48 AM, SRI wrote:
>       Warning. I am writing this from Memory when I last observed
> this error (few months back). This error is benign.

Different error. :-)

You're talking about this message:

> DEBUG/SntpClient(60): request time failed: java.net.SocketException: Address 
> family not supported by protocol

Which, as you note, is benign. Further note the process ID of that message -- 
pid 60. I assure you that's not your process. That's the system_server process.

The error were talking about is a TypeInitializationException from the Socket 
static constructor. That's problematic, and rather hard to ignore. :-)

Fortunately, the actual problem has been found by Nicklas -- the .apk must be 
zipaligned, as is done automatically and as is documented:

        
http://docs.xamarin.com/android/tutorials/Preparing_Package_for_Android_Marketplace#Step_C_-_Aligning_the_Package

Indeed, not zipaligning the .apk will result in all manner of WTF errors...

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to