Skip to content

Instantly share code, notes, and snippets.

@sewerk
Last active May 18, 2020 14:13
Show Gist options
  • Save sewerk/d57d45dd294e7c40526e91154934b71d to your computer and use it in GitHub Desktop.
Save sewerk/d57d45dd294e7c40526e91154934b71d to your computer and use it in GitHub Desktop.
1) use deep clean script https://github.com/rock3r/deep-clean
OR
1) close android studio
2) rm -rf ~/.gradle/caches/build-cache-1
3) ./gradlew cleanBuildCache (clears android gradle plugin cache)
4) find . -type d -name "build" -exec rm -rf "{$1}" \;
5) clean build the app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment