android - Network Connection -


i trying call webservice android app (testing emulator)

now, keep on getting "request time failed : java.net.socketconnection : address family not supported protocol"

so, went 'browser' app of android-emulator , wasn't able open website

also, wrote java code (j2se) network connection , got "java.net.connectexception: connection timed out: connect"

then looked here , there , guys had setting done in eclipse , android-emulator network connection going

like in 1 of messages here --> "http://192.9.162.102/thread.jspa?messageid=10631928"

but how , looking ?

any suggestions ?

thanks yogurt

put line<uses-permission android:name="android.permission.internet"></uses-permission> in manifest.xml file. think work u.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -