Android Question [SOLVED] xml 'error parsing libraries'

matt humphreys

Member
Licensed User
Longtime User
...and suddenly when I reopen my project I get a lovely alert advising of a parsing error!

"An error occurred.
Error parsing libraries.
For security reasons DTD is prohibited in this xml document.
To enable DTD processing set the DTDProcessing property on XMLReaderSettings to Parse and pass the settings into XMLReader.CreateMethod."

which xml document I don't know but some libraries in the project appear to be 'missing'.
Can anyone steer me as to where I should be looking?
 

Attachments

  • XML_Parse_Error.png
    XML_Parse_Error.png
    129.5 KB · Views: 328
Last edited:

matt humphreys

Member
Licensed User
Longtime User
sorry folks found it.
it was my silly fault... the JSTouchImageView.xml from the fantastic JSTouchImageView Library.
I had inadvertantly saved it in html format...all sorted.
always learning...
 
Upvote 0
Top