diff --git a/apps/basic-example/android/app/build.gradle b/apps/basic-example/android/app/build.gradle index 55f355a603..c53e767df3 100644 --- a/apps/basic-example/android/app/build.gradle +++ b/apps/basic-example/android/app/build.gradle @@ -60,7 +60,7 @@ react { /* Hermes Commands */ // The hermes compiler command to run. By default it is 'hermesc' - hermesCommand = "../../../../node_modules/react-native/sdks/hermesc/osx-bin/hermesc" + hermesCommand = "../../node_modules/hermes-compiler/hermesc/%OS-BIN%/hermesc" // // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map" // hermesFlags = ["-O", "-output-source-map"]