Android App XML Parsing Error

suniper

New Member
I am using a Java class to import data to my app from a .csv file. I found some examples online, and this is what they seem to do. However, it's showing the error: Error parsing XML: unbound prefix. The research I've done on this indicates that it is usually a spelling error. If it is, I can't find it. Here is the section where I am having the problem. \[code\]<provider android:name="com.ATS_Boxes.ContentProvider.class" android:authorities="ContentProvider"></provider>\[/code\]
 
Back
Top