rocklover908 / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

NoClassDefFoundError: android.security.MessageDigest #378

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install application
2. Start application

What is the expected output? What do you see instead?
* A popup states "Unfortunately, Open GPS Tracker has stopped."

Which Android device are you using?
* Arnova FamilyPad AN13FP

What version of Android are you running?
* Android 4.0.3

What version of the Open GPS Tracker are you running?
* 1.3.5, Downloaded APK from the website

Please provide any additional information below.

Stacktrace

  149            ViewRootImpl  D  pckname = nl.sogeti.android.gpstracker
  149         ActivityManager  I  START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=nl.sogeti.android.gpstracker/.viewer.LoggerMap} fro
                                  m pid 346
  346          OpenGLRenderer  D  Flushing caches (mode 1)
  346          OpenGLRenderer  D  Flushing caches (mode 0)
  1263               dalvikvm  I  Could not find method android.security.MessageDigest.getInstance, referenced from method com.google.android.maps.KeyHelper.getSignatureFingerprint
  1263               dalvikvm  W  VFY: unable to resolve static method 173: Landroid/security/MessageDigest;.getInstance (Ljava/lang/String;)Landroid/security/MessageDigest;
  1263         AndroidRuntime  D  Shutting down VM
  1263         AndroidRuntime  E  FATAL EXCEPTION: main
  1263         AndroidRuntime  E  java.lang.NoClassDefFoundError: android.security.MessageDigest
  1263         AndroidRuntime  E    at com.google.android.maps.KeyHelper.getSignatureFingerprint(KeyHelper.java:60)
  1263         AndroidRuntime  E    at com.google.android.maps.MapActivity.createMap(MapActivity.java:513)
  1263         AndroidRuntime  E    at com.google.android.maps.MapActivity.onCreate(MapActivity.java:409)
  1263         AndroidRuntime  E    at nl.sogeti.android.gpstracker.viewer.LoggerMap.onCreate(LoggerMap.java:180)
  1263         AndroidRuntime  E    at android.app.Activity.performCreate(Activity.java:4492)
  1263         AndroidRuntime  E    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
  1263         AndroidRuntime  E    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
  1263         AndroidRuntime  E    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
  1263         AndroidRuntime  E    at android.app.ActivityThread.access$600(ActivityThread.java:123)
  1263         AndroidRuntime  E    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
  1263         AndroidRuntime  E    at android.os.Handler.dispatchMessage(Handler.java:99)
  1263         AndroidRuntime  E    at android.os.Looper.loop(Looper.java:137)
  1263         AndroidRuntime  E    at android.app.ActivityThread.main(ActivityThread.java:4424)
  1263         AndroidRuntime  E    at java.lang.reflect.Method.invokeNative(Native Method)
  1263         AndroidRuntime  E    at java.lang.reflect.Method.invoke(Method.java:511)
  1263         AndroidRuntime  E    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
  1263         AndroidRuntime  E    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
  1263         AndroidRuntime  E    at dalvik.system.NativeStart.main(Native Method)
  149         ActivityManager  W  Process nl.sogeti.android.gpstracker has crashed too many times: killing!
  149         ActivityManager  W    Force finishing activity nl.sogeti.android.gpstracker/.viewer.LoggerMap
  149         ActivityManager  I  Killing proc 1263:nl.sogeti.android.gpstracker/10048: crash
  149     InputManagerService  W  Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@412af1e0
  457          wpa_supplicant  I  [CTRL_IFACE]SIGNAL_POLL

Original issue reported on code.google.com by tobias.preuss on 29 Mar 2013 at 10:45