Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: Installed Android program which I created bombs out

    I'm not familiar enough with the Android platform to help you with that one. Perhaps someone else has some advice.
  2. [SOLVED] Re: Installed Android program which I created bombs out

    You cannot cast ListView into a TextView. I believe it is complaining when it is attempting to cast the ListView object from your Literacy.xml.
  3. [SOLVED] Re: Installed Android program which I created bombs out

    Most people are not going to go digging through your project files (just the reality of help forums). Are you able to just tell us what is on the line it is complaining about?
  4. [SOLVED] Re: Installed Android program which I created bombs out

    It seems to be some sort of error loading in a resource. Perhaps even a missing import or something. I'm not entirely sure. For everyone else watching this thread, here is the exception in the log...
  5. [SOLVED] Re: Installed Android program which I created bombs out

    Well it probably won't start on your phone if it didn't beforehand. But we aren't looking at the log to see what happens after your application starts, we are looking to see what happens as it...
  6. [SOLVED] Re: Installed Android program which I created bombs out

    What IDE are you using?
    I'm not sure of other IDEs, but with Eclipse all you have to do is open the DDMS perspective (which should show a logcat output window, as well as other things) and do the...
  7. [SOLVED] Re: Installed Android program which I created bombs out

    Have you tried running it in debug mode on your device (while your device is connected to your computer)? At the very least, you would be able to read the logcat output if you did that.
Results 1 to 7 of 7