Answers for "gradle sync failed: cannot lock execution history cache (d:\documents\357\357_mobile\mobileapp\.gradle\6.5\executionhistory) as it has already been locked by this process. consult ide log for more detail"

2

cannot lock java compile cache as it has already been locked by this process

find ~/.gradle -type f -name "*.lock" -delete
Posted by: Guest on May-28-2020

Code answers related to "gradle sync failed: cannot lock execution history cache (d:\documents\357\357_mobile\mobileapp\.gradle\6.5\executionhistory) as it has already been locked by this process. consult ide log for more detail"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language