'React Native Android, After building succesfully, it says "Failed to start the app"

I don't understand is it a Gradle problem or not... it says this, after installing(failed)

I know the system username has a space between, because it's not my personal laptop

> Task :app:installDebug
Installing APK 'app-debug.apk' on 'SM-G935F - 8.0.0' for app:debug
Installed on 1 device.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 9 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD SUCCESSFUL in 1m 27s
119 actionable tasks: 119 executed
info Connecting to the development server...
warn Failed to connect to development server using "adb reverse": spawnSync C:\Users\laptop inn\Library\Android\sdk\platform-tools\adb ENOENT
info Starting the app...
The system cannot find the path specified.
error Failed to start the app.
Error: Command failed: C:\Users\laptop inn\Library\Android\sdk\platform-tools\adb shell am start -n com.dallet/com.dallet.MainActivity


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source