问题
Recently I updated to Luna and I miss some feature I had in earlier versions.
My project has
android:minSdkVersion="8"
android:targetSdkVersion="19"
so there are methods which doesn't exist in the earlier versions. I'm sure that Eclipse warned me about such methods when I used them in code, but this doesn't happen anymore. I'm not sure where this problem is related to, maybe to Eclipse itself, to ADT (23.0.2) or to the project itself or maybe Maven? Any ideas about that and how to solve it to get warnings again?
Lint settings seem to be ok:
来源:https://stackoverflow.com/questions/25472457/android-in-eclipse-no-warning-or-error-about-non-existing-methods-of-previous