Cannot clean project from android studio

Viewed 1463

All the answers point to running Build > Clean or Build > Rebuild etc. But I don't see that option in my Android Studio menu:

enter image description here

also running ./gradlew clean from my command line returns:

$ ./gradlew clean
-bash: ./gradlew: No such file or directory

any ideas?

1 Answers

Try invalidating the cache located in File > Invalidate Caches, Restart

Related