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.
