I have an android project that I was working on a few weeks ago it was working fine in my last attempt, but now the project all compiles fine, but while launching application, I am getting the following warning and it crashes my application.
Unable to resolve superclass of Landroid/support/v4/app/Watson;
Link of class 'Landroid/support/v4/app/Watson;' failed
Unable to resolve superclass of
Lcom/actionbarsherlock/app/SherlockFragmentActivity;
Please tell me how can i fix this. Thanks