Me he descargado actionbarsherlock 4.2.0 y estoy teniendo bastantes dificultades para poder importar las librerías a mi proyecto android.
Cargo el proyecto actionbarsherlock como indican algunos manuales de la res y me aparecen los primeros errores
[PHP][2013-04-05 16:52:24 - SampleList] Unable to resolve target 'android-14'
[2013-04-05 16:52:24 - SampleList] Unable to resolve target 'android-14'[/PHP]
A continuación añado la libreía de compatibilidad como me indican.

Cita:
Por último añadimos la librería de compatibilidad. Lo más fácil es buscar dentro de la carpeta libs del proyecto el jar android-support-v4.jar, pulsar con el botón derecho sobre el fichero y seleccionar “Build Path -> Add to Build Path“.

Ahora viene lo gordo, boton derecho sobre mi proyecto, propiedades, android y le doy a añadir libreria , aplico y me salen mil lineas de errores y me deja el proyecto inconsistente.
[PHP][2013-04-05 16:54:04 - Pruebas] Found 2 versions of android-support-v4.jar in the dependency list,
[2013-04-05 16:54:04 - Pruebas] but not all the versions are identical (check is based on SHA-1 only at this time).
[2013-04-05 16:54:04 - Pruebas] All versions of the libraries must be the same at this time.
[2013-04-05 16:54:04 - Pruebas] Versions found are:
[2013-04-05 16:54:04 - Pruebas] Path: C:\Users\Rulo\Pruebas\libs\android-support-v4.jar
[2013-04-05 16:54:04 - Pruebas] Length: 393154
[2013-04-05 16:54:04 - Pruebas] SHA-1: 307c1cc532eabbf1d135b43e5c983c9da700449d
[2013-04-05 16:54:04 - Pruebas] Path: C:\Users\Rulo\Desktop\JakeWharton-ActionBarSherlock-e5c2d1c\library\libs\android-support-v4.jar
[2013-04-05 16:54:04 - Pruebas] Length: 271754
[2013-04-05 16:54:04 - Pruebas] SHA-1: 53307dc2bd2b69fd5533458ee11885f55807de4b
[2013-04-05 16:54:04 - Pruebas] Jar mismatch! Fix your dependencies[/PHP]
Entiendo que hay un duplicado o algo pero como arreglo??