One of thousands of customers reported an error in one of my apps is error:
java.lang.NoClassDefFoundError - android.security.MessageDigest I do not use that class / method in my app. android.security.MessageDigest com.google.android.maps.KeyHelper.getSignatureFingerprint (KeyHelper.java:60) Google Mapaki should be fine because thousands of people are walking happily with the same app on the same version com.google.android on: here's stacktrace:
on java.lang.NoClassDefFoundError .maps.MapActivity.createMap com.google.android.maps.MapActivity.onCreate (MapActivity.java:422) (MapActivity.java : 552) xx.yyy.zzzz.MyMapActivity.onCreate xx.yyy.zzzz.TheMap.onCreate on (MyMapActivity.java:41) (TheMap.java:89) android.app.Activity.performCreate (Activity.java:4465 ) android.app.ActivityThread.handleLaun .ActivityThread.performLaunchActivity (ActivityThread.java:1920) on android.app on android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1049) On android.app.ActivityThread $ H on chActivity (ActivityThread.java:1981) android.app.ActivityThread.access $ 600 (ActivityThread.java:123) .handleMessage (ActivityThread.java:1147) android.os.Handler.dispatchMessage (Handler.java:99) android.os.Looper.loop (Looper.java:137) java.lang on android.app.ActivityThread.main (activit java.lang.reflect.Method.invokeNative (Native method) At .reflect.Method.invoke (Method.java T1111) at yThread.java:4424) at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller. Delwick Run on system.net (native method) at com.android.internal.os.ZygoteInit.main (Geogotinit.Java T5151) (zigoteinit.java: 784) What is this?
Thanks in advance.
Message is a subsidiary of the August Class or Encod / Decode using common methods like MD5 or SHA-1 Class for keys
It looks like Class Android. Security. The message was removed from the release of Digest Honeycomb and later Android, and it should be replaced by java.security.MessageDigest ()
Try downloading the latest Google Maps API version and your application To make the highest available with the target SDK, rebuilding (as of today it should be 16 / jelly bean).
Comments
Post a Comment