新建了android项目就出现了问题 请求各位大神帮助

来源:互联网 发布:农行软件开发待遇 编辑:程序博客网 时间:2024/06/06 14:28
初次接触Android 新建了project 就出现错误
首先,MainActivity类:
setContentView(R.layout.activity_main);
getMenuInflater().inflate(R.menu.main, menu);
if (id == R.id.action_settings) {
return true;
}
这几句都有错;
然后,problems里面:
The container 'Android Dependencies' references non existing library 'D:\javaProject\appcompat_v7\bin\appcompat_v7.jar'
另外,关闭eclipse重启还会出现:
Parsing Data for android-21 failed
Unsupported major.minor version 51.0
请大神们帮助解答这究竟是怎么回事啊。。。?
0 0
原创粉丝点击