Search code examples
androidactionbarsherlock

SherlockActivity cannot be resolved to a type


I am trying to update the ABS library in my project.

So I deleted the old one and added the latest version.

I get the following error :

SherlockActivity cannot be resolved to a type

on one of the very first lines:

public class MyActivity extends SherlockActivity {
(...)

Solution

  • I eventually fixed my problem by updating eclipse and android SDK.