android - Playstore GoogleMaps not working -


i have app using googlemaps android api 2. maps work fine on device test device when app exported eclipse not when app installed playstore. additionally series of warnings , errors in log shown below:

08-18 10:44:18.952: i/google maps android api(7756): google play services client version: 4323000
08-18 10:44:18.952: i/dalvikvm(7756): not find method gui.a, referenced method gqh.a
08-18 10:44:18.952: w/dalvikvm(7756): vfy: unable resolve static method 24934: lgui;.a (landroid/content/context;)lgrh;
08-18 10:44:18.952: d/dalvikvm(7756): vfy: replacing opcode 0x71 @ 0x0003
08-18 10:44:18.952: e/dalvikvm(7756): not find class 'gpq', referenced method gpr.a
08-18 10:44:18.952: w/dalvikvm(7756): vfy: unable resolve new-instance 4090 (lgpq;) in lgpr;
08-18 10:44:18.952: d/dalvikvm(7756): vfy: replacing opcode 0x22 @ 0x0000
08-18 10:44:18.952: e/dalvikvm(7756): not find class 'gpq', referenced method gpr.a
08-18 10:44:18.952: w/dalvikvm(7756): vfy: unable resolve new-instance 4090 (lgpq;) in lgpr;
08-18 10:44:18.952: d/dalvikvm(7756): vfy: replacing opcode 0x22 @ 0x0000
08-18 10:44:18.952: e/dalvikvm(7756): not find class 'gpq', referenced method gpr.a
08-18 10:44:18.952: w/dalvikvm(7756): vfy: unable resolve new-instance 4090 (lgpq;) in lgpr;
08-18 10:44:18.952: d/dalvikvm(7756): vfy: replacing opcode 0x22 @ 0x0000
08-18 10:44:18.952: d/dalvikvm(7756): dexopt: unable opt direct call 0x5ea1 @ 0x0a in lgpr;.a
08-18 10:44:18.952: d/dalvikvm(7756): dexopt: unable opt direct call 0x5ea1 @ 0x0c in lgpr;.a
08-18 10:44:18.952: d/dalvikvm(7756): dexopt: unable opt direct call 0x5ea1 @ 0x0a in lgpr;.a
08-18 10:44:18.952: i/google maps android api(7756): google play services package version: 5089030
08-18 10:44:18.962: w/dalvikvm(7756): vfy: unable resolve static field 20875 (t) in lyo;
08-18 10:44:18.962: d/dalvikvm(7756): vfy: replacing opcode 0x62 @ 0x000e
08-18 10:44:18.962: w/dalvikvm(7756): vfy: unable resolve static field 20875 (t) in lyo;
08-18 10:44:18.962: d/dalvikvm(7756): vfy: replacing opcode 0x62 @ 0x000d
08-18 10:44:19.112: d/dalvikvm(7756): gc_concurrent freed 642k, 13% free 10712k/12268k, paused 3ms+3ms, total 33ms
08-18 10:44:19.112: i/dalvikvm(7756): failed resolving lcom/google/android/gms/location/internal/parcelablegeofence; interface 4023 'lglm;'
08-18 10:44:19.112: w/dalvikvm(7756): link of class 'lcom/google/android/gms/location/internal/parcelablegeofence;' failed
08-18 10:44:19.112: e/dalvikvm(7756): not find class 'com.google.android.gms.location.internal.parcelablegeofence', referenced method gls.a
08-18 10:44:19.112: w/dalvikvm(7756): vfy: unable resolve check-cast 2086 (lcom/google/android/gms/location/internal/parcelablegeofence;) in lgls;
08-18 10:44:19.112: d/dalvikvm(7756): vfy: replacing opcode 0x1f @ 0x0019


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -