You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I have a problem at runtime. I'm not sure but it seems it's because i've updated the adt to the 22 revision. With the old adt, everything worked.
So my problem appears at runtime.
dalvikvm [W] Unable to resolve superclass of Lcom/ecab/utils/MyPrefs_; (906)
dalvikvm [W] Link of class 'Lcom/ecab/utils/MyPrefs_;' failed
AndroidRuntime [E] FATAL EXCEPTION: main
AndroidRuntime [E] java.lang.NoClassDefFoundError: com.ecab.utils.MyPrefs_
MyPrefs is a class annotated with @SharedPref(value=Scope.UNIQUE).
I've checked, the classes are correctly generated and in project properties > Java Build Path > Order and Export, I have .apt_generated which is checked.