I was looking at a tutorial, this one to be exact – http://android-er.blogspot.com/2011/01/start-camera-auto-focusing-autofocus.html
And I downloaded the files the author provided, and when i added them into eclipse, I got errors all over the place, and when I click each one it is saying remove the @override, and when I do it is error free, but the actual application wouldn’t work. Am I doing something wrong?
Change the “source compliance mode” in eclipse to 6 or higher. In older versions of java, the @Override annotation was not valid on method from an interface (only in those actually defined in a parent class). Open the Window > Preferences dialog, and browse to Java > Compiler. There you can set the “Compiler compliance level” to 1.6.