Anyone having any gradle locking issues with Android Studio? Both my work machine and my home machine have been getting the same errors. I can delete the .lock file in the cache to get it to run, but it is a pain
c
Cristian Rosa
08/03/2021, 9:27 PM
I faced the problem just yesterday but I was on IntellJ….but I was able to delete le .lock file (from terminal) once I close the IDE
After stop doing mess by changing lots of configuration just to try few thing, problems gone
(don’t really remember in which version of plugin did happen….😅)
k
kevindmoore
08/03/2021, 9:44 PM
I do remember something about trying to make sure IDE and terminal use the same version of gradle. They might conflict
c
Cristian Rosa
08/03/2021, 10:01 PM
well, terminal inside IDE should work with the same version
n
no
08/04/2021, 8:57 AM
What are the errors?
k
kevindmoore
08/04/2021, 3:50 PM
Always about a gradle cache file being locked. I have several projects open at once and I guess that they are running at the same time when I open them