do you guys know any tutorial on how to use one of the above frameworks in eclipse on windows? I\'ve downloaded both of them and followed the instructions - but I still get
I had errors on @Override
methods because I was using Java 1.5. Switching to 1.6 solved them.
To do this : right click on your project > Properties > Java Compiler > Enable project specific settings > Compiler compliance level > 1.6
It is related to this issue in the project's bug tracker : https://github.com/JakeWharton/ActionBarSherlock/issues/28