2013年1月31日星期四

android httprequest java.net.UnknownHostException


Check the emulator log messages. There's a good chance you just aren't asking for the INTERNET permission in your app manifest

this is what i am using: ... <uses-permission android:name="android.permission.INTERNET"></uses-permission> </manifest>

没有评论:

发表评论