新导入的项目可能会出现Editor does not contain a main type
可能是因为导入的资源没有加载到source里面
解决方法就是在buildpath里面的source选项里面有addFolder
把导入的项目加载进去即可