> I am new to android.... > > Problem to add an image in ListActivity...i took this code from > > *http://commonsware.com/Android/excerpt.pdf* ..eventhough i m having > problem...if i run it says The Application Stopped Unexpectedly.. try > Again...i dont know the reason..can u tel anybody....pls point out the > error > in my code....
You need to look at your Java stack trace to find your error. You can get to the Java stack trace via adb logcat, DDMS, or the DDMS perspective in Eclipse. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

