Asynctask For Web Service Using Ksoap Giving Exceptions
I am trying to run to Android code using an AsyncTask . However it is resulting in many exceptions. I am not able to remove these exceptions. The application stops unexpectedly. Ca
Solution 1:
You probably need to add permissions in your XML file.
Something like:
<uses-permissionandroid:name="android.permission.INTERNET" />
Post a Comment for "Asynctask For Web Service Using Ksoap Giving Exceptions"