Hi mel,
I also got the same error but now I had solved the error.
You have to make an entry in ur androidmainfest.xml file
<uses-permission android:name="android.permission.INTERNET" />
In my case when i was trying the problem, I had placed the xml file in my local hardrive, had attached it to the IIS server and had given the path of localhost (we have to give the ip address of our pc. 127.0.0.1 or localhost will not work). I had done all these think because we access the net using proxy server and I have to set the path of the proxy server which I dont know where to set. If you are not using the proxy server no need to do that.




