This is my first time using an external library, and I'm a bit nervous about removing all of the errors. The library when added gives me the a whole bunch of errors with the same fix "Remove @Override annotation".
The fix for this is to increase my JDK to 1.6: ActionBarSherlock library is full of errors after being imported
But now I'm worried about my other apps... Did I compile them the wrong way? Also, I have a JDK of 1.7 available, should I use that instead of 1.6? Sorry, I really don't know the difference.