当前位置:   article > 正文

android studio greendao Pb(324) The type java.lang.Object cannot be resolved.

pb(324) the type java.lang.object cannot be resolved. it is indirectly refer

升级android studio4.2.2之后,greendao的Entity注解发生错误

解决方法: 升级greendao 3.2.2 --> 3.3.0

implementation 'org.greenrobot:greendao:3.3.0'
org.greenrobot:greendao-gradle-plugin:3.3.0
  • 1
  • 2
Found 3 problem(s) parsing "D:\App_winspread\IntelligentStationPhone_BlackBox\base\src\main\java\com\winspread\intelligent\station\base\domain\BlackRecord.java". 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.

  • 1
  • 2
  • 3
  • 4
Found 3 problem(s) parsing "D:\App_winspread\IntelligentStationPhone_BlackBox\base\src\main\java\com\winspread\intelligent\station\base\domain\BlackRecord.java":
#1 @1: Pb(324) The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files (ID: 16777540; error: true)
#2 @22: Pb(143) Implicit super constructor Object() is undefined. Must explicitly invoke another constructor (ID: 134217871; error: true)
#3 @29: Pb(143) Implicit super constructor Object() is undefined. Must explicitly invoke another constructor (ID: 134217871; error: true)

Execution failed for task ':base:greendao'.
> Found 3 problem(s) parsing "D:\App_winspread\IntelligentStationPhone_BlackBox\base\src\main\java\com\winspread\intelligent\station\base\domain\BlackRecord.java". 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.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/255291
推荐阅读
相关标签
  

闽ICP备14008679号