[android-developers] java.net.SocketException: Address family not supported by protocol

2011-06-07 Thread Ankur Kumar
on.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.

[android-developers] Re: Null Pointer Exception on accessing value of EditText

2011-05-21 Thread Ankur Kumar
gt;                        2.  IPInput.getText().toString(); > System.out.println(ip); >                        3.  System.out.println(IPInput.getText().toString()); > > > > > > > > On Sat, May 21, 2011 at 12:40 AM, TreKing wrote: > > On Thu, May 19, 2011 at 4:16 PM, Ankur Kum

[android-developers] Null Pointer Exception on accessing value of EditText

2011-05-19 Thread Ankur Kumar
); 2. IPInput.getText().toString(); System.out.println(ip); 3. System.out.println(IPInput.getText().toString()); -- Regards, Ankur Kumar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Null Pointer Exception on accessing value of EditText

2011-05-19 Thread Ankur Kumar
); 2. IPInput.getText().toString(); System.out.println(ip); 3. System.out.println(IPInput.getText().toString()); -- Regards, Ankur Kumar -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po