prefer ./gradlew clean to rm build folder
See original GitHub issueI ran into an issue installing rn-fetch-blob.
https://github.com/joltup/rn-fetch-blob/issues/422
I needed to run ./gradlew clean
. I don’t think that removing the android build folder is enough to “clean” the project.
Thoughts?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How do I extend gradle's clean task to delete a file?
txt at the project root and deletes any directory/file that has temp in its name in this subproject (the folder containing this build...
Read more >Understanding Different Gradle Caches for Android Projects ...
So let's see what things look like if we clean, clear Gradle cache, ... gradlew clean $ rm -rf $GRADLE_HOME/caches/build-cache-* $ .
Read more >The Directories and Files Gradle Uses
Cleanup of caches and distributions. From version 4.10 onwards, Gradle automatically cleans its user home directory. The cleanup runs in the background when ......
Read more >Automating Docker Builds With Gradle - Tom Gregory
It's useful to include the clean true property so that when you stop the container it gets automatically removed as well. Now we...
Read more >gradle clean sometimes fails if cached configuration is invalid
This can happen on macOS, Windows, or Linux if some path, package, or env variable on the system relating to the build environment...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I’ve been locked out of my account but I’m back so I’ll look at this and other issues as soon as I have the time.
Merged PR into master.