clemsongrad wrote: > Here is what we see in the logs > > W/dalvikvm( 705): VFY: unable to find class referenced in signature > (Lcom/google/common/DataRequestDispatcher;) > > E/dalvikvm( 705): Could not find method > com.google.common.DataRequestDispatcher.getInstance, referenced from > method com.google.android.maps.MapActivity.createMap > > W/dalvikvm( 705): VFY: unable to resolve static method 932: Lcom/ > google/common/DataRequestDispatcher;.getInstance ()Lcom/google/common/ > DataRequestDispatcher; > > W/dalvikvm( 705): VFY: rejecting opcode 0x71 at 0x0000 > > W/dalvikvm( 705): VFY: rejected Lcom/google/android/maps/ > MapActivity;.createMap ()V > > BTW: This runs just fine in the emulator with 1.5 R2, but not on the > device.
I don't know what to tell you. The public SDK does not have DataRequestDispatcher, nor does it appear in the Android source code. MapActivity does not have a public createMap() method, either. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy 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 -~----------~----~----~----~------~----~------~--~---

