web services - Android Resolve Host -
i getting following error while trying access web-service.
error in http connection java.net.unknownhostexception: unable resolve host "192.168.1.109"
web-service working fine, when checked using browser.
i using asynctask access web-service, cannot background thread issue.
missed permission: <uses-permission android:name="android.permission.internet" />
as identified in answer below.
mostly doubt has permission need give while running app. making sure setting the network permission in manifest?
more information or code better answers though.
Comments
Post a Comment