Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am making an app with embedded google app. The app is working fine on ICS emulator but not on the ICS device. Its is also working fine on gingerbread. I have searched for a week but coudn't find something other than Landroid/security/MessageDigest changed to java.security.MessageDigest in honeycomb.

This is what I get on my LOG

05-01 14:04:55.932: I/dalvikvm(3073): Could not find method android.security.MessageDigest.getInstance, referenced from method com.google.android.maps.KeyHelper.getSignatureFingerprint

05-01 14:04:55.932: W/dalvikvm(3073): VFY: unable to resolve static method 153: Landroid/security/MessageDigest;.getInstance (Ljava/lang/String;)Landroid/security/MessageDigest;

I also Downloaded an app(with embedded map) from market and it is also showing the same error on the ICS device.

share|improve this question
What device is this? – CommonsWare May 1 '12 at 11:39
One of our clients sent it for testing, maybe its a prototype. – Naveen May 2 '12 at 8:01
To me, it feels like a messed-up ROM. – CommonsWare May 2 '12 at 10:12
So It means I shouldn't be worried about it, but groups.google.com/a/googleproductforums.com/forum/#!msg/maps/… this is the same error that I have. Is there any trick or something so that I can pass through it. – Naveen May 2 '12 at 12:08
1  
Although this question was first, it is the same as this question stackoverflow.com/q/11407685/11492 that has one answer. – GvS Aug 27 '12 at 15:58
show 4 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.