I am trying to implement the new ActionBar support library that was released by Google a couple days ago. In the past, I have successfully implemented ActionBarSherlock wit
My issue resolve via following Steps
File->Import (android-sdk\extras\android\support\v7\appcompat)
Right Click Project-> properties->Android. In the section library "Add" and choose library appcompat that's include in step 1
Delete all files from project's libs directory
add following file to project's libs directory
Restart Eclipse if required. That's it. Your problem should be disappeared.