```npx react-native run-android info Launching emu...
# community-support
r
Copy code
npx react-native run-android
info Launching emulator...
info Successfully launched emulator.
info Installing the app...

> A build operation failed.
      Could not read workspace metadata from C:\Users\RAHUL PRATAP SINGH\.gradle\caches\8.14.3\transforms\c82eb49d1e40a7062eeb6dcb22a32921\metadata.bin
   > Could not read workspace metadata from C:\Users\RAHUL PRATAP SINGH\.gradle\caches\8.14.3\transforms\c82eb49d1e40a7062eeb6dcb22a32921\metadata.bin

* 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 2s
error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * Where: Settings file 'C:\Projects\React Native\reactNativeCLI3\android\settings.gradle' line: 2 * What went wrong: Error resolving plugin [id: 'com.facebook.react.settings'] > A build operation failed. Could not read workspace metadata from C:\Users\RAHUL PRATAP SINGH\.gradle\caches\8.14.3\transforms\c82eb49d1e40a7062eeb6dcb22a32921\metadata.bin > Could not read workspace metadata from C:\Users\RAHUL PRATAP SINGH\.gradle\caches\8.14.3\transforms\c82eb49d1e40a7062eeb6dcb22a32921\metadata.bin * 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 2s.
info Run CLI with --verbose flag for more details.
Help please
v
Maybe some part has problems with the spaces in your username. Try with
GRADLE_USER_HOME
at a different location and if that fixes it, report it as bug if there is none yet.