Android Build 오류

info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.
Jetifier found 1301 file(s) to forward-jetify. Using 16 workers...
info JS server already running.
info Installing the app...
Starting a Gradle Daemon, 2 busy and 1 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
Could not create service of type FileAccessTimeJournal using GradleUserHomeScopeServices.createFileAccessTimeJournal().
> Timeout waiting to lock journal cache (/Users/asata/.gradle/caches/journal-1). It is currently in use by another Gradle instance.
	Owner PID: 52416
	Our PID: 81601
	Owner Operation:
	Our operation:
	Lock file: /Users/asata/.gradle/caches/journal-1/journal-1.lock
	
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 4s

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

위와 같이 오류가 발생하면서 빌드가 진행이 되지 않는다.
아래 명령을 실행 후 다시 빌드를 진행을 하면 동작이 된다.

cd android
./gradlew --stop