question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

prefer ./gradlew clean to rm build folder

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pmadrugacommented, Jan 6, 2020

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.

0reactions
pmadrugacommented, Jul 17, 2020

Merged PR into master.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found