Multiple markers at this line
生活随笔
收集整理的這篇文章主要介紹了
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的版本,(如果已經選擇好了,還是有問題,就先選擇另一個,之后再換回來)
總結
以上是生活随笔為你收集整理的Multiple markers at this line的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android开发如何双击返回键退出程序
- 下一篇: 关于Android的EditText焦点