Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SherlockFragmentActivity causing ClassNotFoundException

I'm having a class that extends SherlockFragmentActivity

When trying to run the program am getting ClassNotFoundException

I've tried this solution but to no avail.

I would also like to mention that I'm setting this class as my launcher activity in the manifest. Also when I change the SherlockFragmentAcivity to SherlockActivity I'm able to run the program but can't use fragments anymore as there's no getSupportFragmentManager() method in SherlockActivity class.

like image 808
d3m0li5h3r Avatar asked Oct 04 '22 02:10

d3m0li5h3r


1 Answers

I found the solution. Deleting the support library from libs folder did the trick for me.

like image 116
d3m0li5h3r Avatar answered Oct 13 '22 10:10

d3m0li5h3r