[android-developers] XML DOM Parser works in JAVA, Crashes Android App

2011-09-30 Thread Dancing Fingers
Hi Guys, I'm trying to convert an old JAVA Applet to Android using an standard DOM parser and the same files. I put the file in /res/raw ( and tried /res/xml) and changed my InputStream. It always crashes my app. So I tried to run the debugger and it keeps openning some Delvic type file and

Re: [android-developers] XML DOM Parser works in JAVA, Crashes Android App

2011-09-30 Thread Kumar Bibek
Look at the logs. IT should tell you more. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Sep 30, 2011 at 2:05 PM, Dancing Fingers batym...@gmail.com wrote: Hi Guys, I'm trying to convert an old JAVA Applet to Android using an standard DOM