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.
我在我的 android 项目中使用了Slide 菜单库,当我将它包含在 project.R.id 中时,eclipse 火灾和错误导致它无法访问我的 project.R
android.R.id与 不同R.id,请勿导入android.R,因为这会导致问题。
android.R.id
R.id
android.R
删除import android.R并确保您已将 slideMenu 项目标记为“Is Library”,方法是进入其属性->Java 构建路径选项。在它清理你的主要项目一次之后。
import android.R