今天跑了个一年前的项目,突然跑不起来了,提示
Found 4 problem(s) parsing "XXXX". First problem:
Pb(324) The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files (16777540 at line 1).
Run gradle with --info for more details.
网上找到原因,greendao和openjdk一起用会出问题,装个oraclejdk就可以了。
很坑就是了,写代码第三方库尽量少用吧