Well I thought I would add in the Legal Notices.
However I kept getting errors I could not resolve. After very long I realized it was because I had given a layout and an id the same name.
After that my app kept crashing. back when I used to work with C++/C the way I looked for error was by putting 'cout's to trace where the program actually crashed.
I tried the same for this but I realized it was not so easy to print to screen. I am not sure how to access the log file as well.
However I started making portions of the code I suspected the error was at into comments to narrow it down. I spent quite a bit of time changing to comments, fixing, comments, fixing until I finally narrowed it down to a specific function called TextView. I'm going to bed now, will continue work on this tomorrow.
Oh yeah the System.out.println() did not work. Not sure how it is supposed to be used, will look it up tomorrow.
No comments:
Post a Comment