[android-developers] Re: HttpsURLConnection connect exception

2008-08-18 Thread Megha Joshi
You could add this to the porting tips doc On Mon, Aug 18, 2008 at 2:43 PM, Gil <[EMAIL PROTECTED]> wrote: > > Hi Megha, > > Once I added the permission it worked! > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[android-developers] Re: HttpsURLConnection connect exception

2008-08-18 Thread Gil
Hi Megha, Once I added the permission it worked! --~--~-~--~~~---~--~~ 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

[android-developers] Re: HttpsURLConnection connect exception

2008-08-18 Thread Megha Joshi
On Mon, Aug 18, 2008 at 1:59 PM, Gil <[EMAIL PROTECTED]> wrote: > > In the 0.9 SDK version if you get an exception when invoking the > HttpURLConnection "connect" method: > > ERROR/OSNetworkSystem(419): unknown socket error -1 > > add the INTERNET permission to the manifest: > > Did you add thi