Hi, it looks like there is a bug initializing a process when it is launched to handle a broadcast sent to an explicit component. In this case its shared libraries are not linked to it. This will be fixed in a future release, but I don't know of a work-around for 1.5.
On Mon, May 11, 2009 at 2:55 PM, Zach Hobbs <[email protected]> wrote: > > Some more information: > > it only happens if I have a widget (unrelated to maps) enabled on the > Launcher the first time I access this MapActivity.... > > -Zach > > > > On May 11, 12:34 pm, Zach Hobbs <[email protected]> wrote: > > Not doing any instrumentation tests. The superclass of > > MusicMapActivity is com.google.android.maps.MapActivity, so how could > > this class not be found? I do have "<uses-library > > android:name="com.google.android.maps" />" in my Manifest under my > > <application/> tag. > > > > Thanks, > > -Zach > > > > On May 8, 4:15 pm, fadden <[email protected]> wrote: > > > > > On May 7, 12:52 pm, Zach Hobbs <[email protected]> wrote: > > > > > > 05-07 15:44:32.024: WARN/dalvikvm(16630): Unable to resolve > superclass > > > > of Lcom/tunewiki/lyricplayer/android/community/maps/MusicMapActivity; > > > > (210) > > > > 05-07 15:44:32.024: WARN/dalvikvm(16630): Link of class > 'Lcom/tunewiki/ > > > > lyricplayer/android/community/maps/MusicMapActivity;' failed > > > > > The superclass of MusicMapActivity couldn't be found. This prevented > > > the class from being loaded. Then, when VideoPlayer.launchMusicApp() > > > tried to refer to it, the verifier got irked: > > > > > > 05-07 15:44:32.024: ERROR/dalvikvm(16630): Could not find class > > > > 'com.tunewiki.lyricplayer.android.community.maps.MusicMapActivity', > > > > referenced from method > > > > com.tunewiki.lyricplayer.android.player.VideoPlayer.launchMusicMap > > > > > So your basic problem isn't aVerifyError, but rather that the > > > superclass of your MusicMapActivity wasn't available from the class > > > loader. I don't know why this would vary from run to run. I've heard > > > of some strange things happening with instrumentation tests; are you > > > using those here? > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

