Android in Eclipse - No warning or error about non existing methods of previous Android versions

我与影子孤独终老i 提交于 2019-12-13 06:28:03

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!