I have an app that plays Podcasts for AndroidGuys.com. I have released it to the public via Google Code (http://code.google.com/p/android- guys/) and I have received complaints from Nexus One owners and have even confirmed myself in the 2.1 emulator, that whenever I click "Play Podcast" I get a Force Close. Works perfectly fine on any other device.
I have narrowed down the issue to these two lines of code involving the Chronometer. chrono_elapsed.setBase(SystemClock.elapsedRealtime()); chrono_elapsed.start(); The two other things that happen when you click "Play Podcast" is the creation of a notification in the notification slide window, and plays a streaming mp3 file. What could cause this to force close in specifically Android 2.1? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en