如果想要运行别人写的程序出现Android requires .class compatibility set to 5.0. Please fix project properties.的错误
1。首先看看他用的android包是什么版本的。
然后在project->properties->android选项中使用相应的库
在windows->preferences->android选项中使能相应的库
2。如果出现Syntax error,annotations are only available if source level is 5.0 的错误
<
|
Android requires .class compatibility set to 5.0. Please fix project properties
