Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用安装在 Mac 的 ADT 包中的 Eclipse。尝试对各种变量和方法名称进行开放声明时,出现错误:“资源不在 Java 项目的构建路径上”。开放声明仅适用于我的类变量,但不适用于局部变量和方法名称。我主要想使用开放声明来检查在不同类文件中声明的方法的来源。我能做些什么?