Eclipse gives: “An API baseline has not been set for the current work space.” error

一曲冷凌霜 提交于 2019-12-04 00:26:34

问题


I am using Eclipse Luna. After updating my sandbox, I started getting the following error message in multiple modules. Should I add an API baseline or just have the Eclipse ignore it?


回答1:


My issue was resolved. Turns out I did not need the API baseline after all. For the ones who might be curious how to disable this error message (Eclipse Luna):

Windows -> Preferences -> Plug-in Development -> API Baselines

Under Options find Missing API baseline -> If Error is selected change it to Warning or Ignore -> Apply.

For further details check the link posted on greg-449`s comment.



来源:https://stackoverflow.com/questions/29473967/eclipse-gives-an-api-baseline-has-not-been-set-for-the-current-work-space-er

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