Skip to content Skip to sidebar Skip to footer

Xml Parser Error In Notepadv1 Tutorial

I am working on the notpadv1 tutorial. I get an error from the parser as soon as I create a new xml file called note_row.xml and put in the following code: The error is at the e

Solution 1:

You have a bug in one of your XML resource files, such as a layout. It is impossible to say, from the error information you have shown here, where exactly your problem lies. There should be a line prior to the one you show in the console that would explain to you which file has a problem and what the problem is. If not, examine your files in Eclipse and look for warning or error squiggles.

Solution 2:

Thanks. The issue was with the file type. I created a regular file, while I needed a xml file. Instead of file > new , I used file > new > other then selected xml. That fixed it. I need to be able to make better sense of the error messages. If you can suggest a document, or tutorial I would greatly appreciate it.

Solution 3:

This is a weird error, yet not able to find the rootCause. But whenever this happens,

I cut my xml code from file, save it; Then paste whole code back in file, and save it again. Error goes away. I don't even consider this a solution. But it works.

A link to THIS THREAD may help.

Post a Comment for "Xml Parser Error In Notepadv1 Tutorial"