XmlPullParserException expected end_tag

I get this error in android using webservice.

When I launch the android web service and launch the Android project, this will happen

So what is the problem here?

who knows?

Thanks Prashant Adesara

+4
source share
1 answer

It seems that the XML file you are trying to parse is not valid. Somewhere the end tag is missing.

+1
source

All Articles