android - SherlockFragmentActivity causing ClassNotFoundException -
i'm having class extends sherlockfragmentactivity
when trying run program getting classnotfoundexception
i've tried this solution no avail.
i mention i'm setting class launcher activity in manifest. when change sherlockfragmentacivity sherlockactivity i'm able run program can't use fragments anymore there's no getsupportfragmentmanager() method in sherlockactivity class.
i found solution. deleting support library libs folder did trick me.
Comments
Post a Comment