I have been going though the android tutorial on the developer site, and have run while trying to add actions to the Action bar (I am using the Support Library to support ve
maybe you can remove the android-support-v7-appcompat project from your build path. In Eclipse: - Right click into your project - Properties - List item - Java Build Path - Projects - under "Required projects on the build path:" --> select "android-support-v7-appcompat" and click "remove"
This have been solved the problem for me.