[android-developers] Re: Cannot connect to VM

2011-05-31 Thread crossdev
maybe your eclipse couldn't find your java vm try this one: From main menu: Window-Preferences click java section then clik installed JREs then you can add a new JRE home On May 28, 7:53 am, bob b...@coolgroups.com wrote: I am getting this error of Cannot connect to VM.  Anyone know what

[android-developers] Re: Network operation every half sec.

2011-05-31 Thread crossdev
hello mahavir, maybe you should try it at android device, because in some case i found that emulator work slowly i use eclipse + api 11 at ubuntu lucid you can also try to check if your network connection On May 29, 7:40 pm, Mahavir Jain vir.j...@gmail.com wrote: Anyone out there who had

[android-developers] Re: https post

2011-04-28 Thread crossdev
hello bob, try this code bellow, coded by MattC: import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import org.apache.http.HttpResponse; import