Android RSS Reader - Tutorial error

royboy303

New Member
I have spent the day researching Android RSS Readers. I would like to parse a very simple XML file in my app. http://www.sportinglife.com/rss/transfer_wire.xmlThere are several threads on this site answering RSS questions, such as http://stackoverflow.com/questions/1253788/simple-rss-parser-for-androidI have followed this tutorial step by step, but Eclipse throws the following error:\[code\][Dex Loader] Unable to execute dex: Unexpected magic: [100, 101, 120, 10, 48, 49, 51, 0][FootballTransfers] Conversion to Dalvik format failed: Unable to execute dex: Unexpected magic: [100, 101, 120, 10, 48, 49, 51, 0]\[/code\]Has anybody encountered this problem before? I have no idea what this error means.I get the same error when I run the solutions offered in the Simple RSS parser for Android thread.
 
Back
Top