I encountered two errors when trying to run my React Native project.
- Issue 1: Failed to add entry '/Users/saadafridi/.gradle/.tmp/gradle_download14928641310389655157bin' to cache sha1-checksums.bin (/Users/saadafridi/Desktop/mobileapp/android/.gradle/7.5.1/checksums/sha1-checksums.bin).
Error: java.io.IOException: Bad file descriptor
Build FAILURE: An exception occurred.
- Issue 2: Gradle could not initiate the build process.
Error: Unable to create ChecksumService using BuildSessionScopeServices.createChecksumService(). The checksums cache (/Users/saadafridi/Desktop/mobileapp/android/.gradle/7.5.1/checksums) is already locked by this process.
I executed the following two commands.
yarn android
cd android --> ./gradlew clean