If I run "lint ." inside project directory I get the expected warnings, but if I run it from inside eclipse I get nonsense errors and warnings, for example:
- The resource R.array.settings_derivatives appears to be unused [in fact, it is used]
- The x.y.z is not registered in the manifest [in fact, it is registered]
- Call requires API level 3 (current min is 1): android.view.SurfaceView#isInEditMode [in fact minSdkVersion is set to 7]
edit: If I create a new workspace and import the existing projects I get the right errors