zoukankan      html  css  js  c++  java
  • Multiple markers at this line

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



  • 相关阅读:
    扫描线 leetcode 759
    创建tensor的方法
    vector
    scatter_
    size、shape
    复杂问题
    random.normal
    set
    将可迭代对象中的元素通过字典映射成数字
    zipfile.ZipFile
  • 原文地址:https://www.cnblogs.com/fengju/p/6336167.html
Copyright © 2011-2022 走看看