Hey, I'm having trouble tracking down a Verify error reported by a Motorola Backflip user. The most confounding thing is that I have another Motorola Backflip user for whom my app works great. I've got a wrapper class that chooses between telelphony.SmsManager and telephony.gms.SmsManager depending on the api level. Again, everything works great on both a 1.5 emulator and another user's Backflip so I don't know why this issue is coming up.
Any ideas appreciated! Thanks, Steve The relevant log info pasted here: 03-23 18:39:35.905 E/dalvikvm( 5142): Could not find method android.telephony.SmsManager.getDefault, referenced from method com.maplekeycompany.apps.speeddialer.SMSObserver $SmsManagerAdapter.divideMessage 03-23 18:39:35.905 W/dalvikvm( 5142): VFY: unable to resolve static method 68: Landroid/telephony/SmsManager;.getDefault ()Landroid/ telephony/SmsManager; 03-23 18:39:35.905 W/dalvikvm( 5142): VFY: rejecting opcode 0x71 at 0x0004 03-23 18:39:35.905 W/dalvikvm( 5142): VFY: rejected Lcom/ maplekeycompany/apps/speeddialer/SMSObserver $SmsManagerAdapter;.divideMessage (Ljava/lang/String;)Ljava/util/ ArrayList; 03-23 18:39:35.905 W/dalvikvm( 5142): Verifier rejected class Lcom/ maplekeycompany/apps/speeddialer/SMSObserver$SmsManagerAdapter; -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.