<solution 1> Stop the running Gradle daemon
https://github.com/facebook/react-native/issues/6875
cd android
./gradlew –stop
<solution 2> Open Android Studio from the Terminal to ensures it inherits the environment variables set in your shell.
open -a /Applications/Android\ Studio.app
コメントを残す