Unknown error in Android 2.0

Asked By 40 points N/A Posted on -
qa-featured

I was trying to develop an application using KSOAP2 on Android 2.0.

But when I tried running this application it gives me the following error and does not run can anyone tell me why this is happening?

Can anyone tell me why this is happening??

Error Org.xmlpull. V1.XmlPullParserException: Expected: START_TAG {null}methodResponse (position: START_TAG (empty)

@1:7 in java.io. InputStreamReader@419fc318)

 

SHARE
Answered By 0 points N/A #198472

Unknown error in Android 2.0

qa-featured

Hi Trish,

From what you've posted, it looks like your coding is expecting some input that is not being passed or passed in the proper format.

Check to ensure you are not using UTF-8 Byte Order Mark (BOM) coding. If that isn't an issue, ensure your permissions are properly set for the file.

Also, ensure the xmlrpc.php file is saved in the root of the directory.  

Lastly, try disabling plugins for your browser.

I hope these suggestions help.

Katelynn

Related Questions