You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: