我的 Android eclipse 项目突然出错。这是在运行 eclipse 时硬关机之后,所以这可能与它有关。我清理项目,然后进行构建。我在 /gen 目录中自动生成的 BuildConfig.class 文件中收到以下错误:
The type android.content.Context cannot be resolved. It is indirectly referenced from required .class files
我确实注意到,在我的构建配置中,JRE 被声明为丢失。我已经解决了这个问题,但仍然得到错误。帮助!