React Native Project run install failed error

“Install NDK (Side by side) 27.1.12297006 v.27.1.12297006” failed.

[Incubating] Problems report is available at: file:///home/user/nativescript/android/build/reports/problems/problems-report.html

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to Command-Line Interface Reference in the Gradle documentation.
10 actionable tasks: 10 up-to-date

info :light_bulb: Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: cli/packages/cli-doctor/README.md at main · react-native-community/cli · GitHub

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring project ‘:app’.

com.android.builder.sdk.InstallFailedException: Failed to install the following SDK components:
ndk;27.1.12297006 NDK (Side by side) 27.1.12297006
Install the missing components using the SDK manager in Android Studio.

  • 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 2m 10s
error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong:
A problem occurred configuring project ‘:app’.

com.android.builder.sdk.InstallFailedException: Failed to install the following SDK components: ndk;27.1.12297006 NDK (Side by side) 27.1.12297006 Install the missing components using the SDK manager in Android Studio. * 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 2m 10s.
info Run CLI with --verbose flag for more details.

Thanks for flagging. React Native not working is a known issue right now, but a fix should be going out in a few moments.