我的 ecrise 拒绝让我创建新的 android 项目。当我创建一个新的(默认)项目时,即使我没有更改任何内容,我也会在这些行中得到这些错误。
setContentView(R.layout.activity_main); //activity_main cannot be resolved
和
getMenuInflater().inflate(R.menu.main, menu); //main cannot be resolved
如果我在布局中添加一个元素,我的项目就不能再使用 string.xml 中的字符串了。这些问题从昨天开始。昨天之前没有这样的问题。请帮我。