当你得到一份源码,用import的方式导入工程时发现,里面有很多错。而且是如下提示时,可以有两种方法进行改正。

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的版本,(如果已经选择好了,还是有问题,就先选择另一个,之后再换回来)



相关文章:

  • 2021-06-24
  • 2022-12-23
  • 2021-04-25
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2021-08-02
  • 2021-11-19
  • 2021-09-15
  • 2021-06-15
  • 2021-10-03
相关资源
相似解决方案