Whenever I am trying to debug
my application on my device, the code throws an exception.
The exception method called is:
public NoClassDefFoundError(String detailMessage) {
super(detailMessage);
}
And detailMessage
contains nothing but just gln
in it.
I dont know why this is happening. The app was starting fine for a while back.
The LogCat
shows this:
07-03 01:25:40.253: I/dalvikvm(13268): Failed resolving Lcom/google/android/gms/location/internal/ParcelableGeofence; interface 4023 'Lgln;'
07-03 01:25:40.253: W/dalvikvm(13268): Link of class 'Lcom/google/android/gms/location/internal/ParcelableGeofence;' failed
07-03 01:25:40.253: E/dalvikvm(13268): Could not find class 'com.google.android.gms.location.internal.ParcelableGeofence', referenced from method glt.a
07-03 01:25:40.253: W/dalvikvm(13268): VFY: unable to resolve check-cast 2086 (Lcom/google/android/gms/location/internal/ParcelableGeofence;) in Lglt;