zoukankan      html  css  js  c++  java
  • 项目错误提示Multiple markers at this line

    新安装个Myeclipse,导入以前做的程序后程序里好多错,第一行提示:

    Multiple markers at this line
            - The type java.lang.Object cannot be resolved. It is indirectly referenced from 
             required .class files
            - The type Enum is not generic; it cannot be parameterized with arguments <QQPort>
            - The type java.lang.Enum cannot be resolved. It is indirectly referenced from 
             required .class files
            - The type java.lang.Enum cannot be resolved. It is indirectly referenced from 
             required .class files

     


    1、缺少default.properties文件
           从其他工程拷贝一个过来


    2、没有jar包,没有资源文件
           工程右键 -> Properties ->android ->选择一个android的版本,(如果已经选择好了,还是有问题,就先选择另一个,之后再换回来)


    注:我的是安卓程序,导入了《疯狂Android讲义》中的项目,默认是project.properties 文件,我看了一下其他项目配置文件中的内容都是target=android-17,唯独ViewSwitcherTest这个项目是target=android-16,估计问题就出在了这里,于是改成17,然后project -> clean,恢复正常。




  • 相关阅读:
    代码注释技术
    疑难杂症错误解决方法大全
    MD5 加密
    ADO.NET DataReader和DataAdapter的区别
    HTTP协议详解
    web开发常用样式
    Stream 和 byte[] 之间的转换
    Sql 函数大全 (更新中...由难到简
    Web C# 导出Excel 方法总结
    VC++ MFC 如何实现在编辑框中输出具有换行功能的文段 01
  • 原文地址:https://www.cnblogs.com/moqiang02/p/4061408.html
Copyright © 2011-2022 走看看