greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

'greendao-candidates.list' specified for property '$1' does not exist #1077

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello. greenDAO worked fine for me, until I upgraded my project to the latest gradle. Now, when I try to make/build the project, I get the message:

A problem was found with the configuration of task ':app:greendao' (type 'DefaultTask').
> File '***\app\build\cache\greendao-candidates.list' specified for property '$1' does not exist.

The *** in the path above is my project path. I have censored it because it includes private information. How do I resolve this issue?

Thanks for your time and the amazing project.

Edit: I forgot to say that before receiving this message, I tried to build the project and it gave me 'duplicate resources' errors on many of my xml resources (all VectorDrawables). Then, I cleaned the project and attempted to make it, then I got the greenDAO message to the top.