Multiple markers at this line
- The type java.lang.String cannot be resolved. It is indirectly referenced from
required .class files
- The type java.lang.Object cannot be resolved. It is indirectly referenced from
- The type java.lang.String cannot be resolved. It is indirectly referenced from
required .class files
- The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
1. 缺少project.properties文件:
从其他工程拷贝一份
2. 缺少资源文件,缺少jar包:
工程右键 -> Properties (快捷键:alt+enter)->android ->选择一个android的版本,添加
3. 请确认一下 project.properties文件:
# Project target.
target=android-XX (XX-安卓版本,笔者曾经更改时,无意识状态下写成 target=19 ㅠㅠ!)