So I came across this problem when I am clicking the play button on Android Studio in order to deploy to my device and I cannot figure out how to solve this. Please see print shot attached:

I did take certain actions :
- Rebuild Project (Builds with no problem)
- Clean Project , (In this case it fails to clean the project)
- Ran gradlew clean on terminal (failed to clean) with message could not execute clean for ':app:clean'
- Make Project (no results)
- Invalidated Caches and Restarted.
None of those actions have taken effect!
Any ideas and solutions are welcome! Thanks in advance!
I ran into problems similar to this after forcefully ending some builds which got my caches corrupted somehow.
I would also try to restart the computer and clean the
Tempfolder after that.If a full restart is overkill, exit Android Studio, run a
gradlew --stopto kill all the gradle daemons, and/or kill every java process. Then try to clear theTempdirectoryIf you're still in a weird state, delete the
.gradlefolder in your project folder (N.B.gradle, notgradlefolder) and as a last resort also try to clear the contents ofC:\Users\manos\.gradle\