actionbarsherlock - android backup agent and SherlockMapActivity -



actionbarsherlock - android backup agent and SherlockMapActivity -

i seek implement backup agent in android app, , i've got weird issue every times restore (at first launch) :

unable resolve superclass of lcom/actionbarsherlock/app/sherlockmapactivity; (916) link of class 'lcom/actionbarsherlock/app/sherlockmapactivity;' failed unable resolve superclass of lnet/myapp/activity/impl/mapactivity; (674) link of class 'lnet/myapp/activity/impl/mapactivity;' failed not find class 'net.myapp.activity.impl.mapactivity', referenced method net.myapp.helper.slidingmenuhelper.<clinit> vfy: unable resolve const-class 1520 (lnet/myapp/activity/impl/mapactivity;) in lnet/myapp/helper/slidingmenuhelper; vfy: replacing opcode 0x1c @ 0x0081 exception ljava/lang/noclassdeffounderror; thrown while initializing lnet/myapp/helper/slidingmenuhelper;

complete log here : https://gist.github.com/romainguefveneu/1acc78cabbed65fba4b7

the restore process works fine, when open sec time app, info correctly restored.

it seems issue loading of sherlockmapactivity, utilize libs in project :

actionbarsherlock-plugin-maps-4.2.0.jar bugsense-3.0.1.jar commons-io-2.0.1.jar gson-2.2.2.jar joda-time-2.1.jar ocpsoft-pretty-time-1.0.7.jar

does has thought ?

android actionbarsherlock android-backup-service actionbarsherlock-map

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -