The following error messages are shown after creating a build.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1m 47s 315 actionable tasks: 314 executed, 1 up-to-date info Connecting to the development server... warn Failed to connect to development server using "adb reverse": spawnSync adb ENOENT info Starting the app... 'adb' is not recognized as an internal or external command, operable program or batch file. error Failed to start the app. Error: Command failed: adb shell am start -n com.menpani.laundry_live/com.menpani.laundry_live.MainActivity at makeError (D:\rith_laundry\node_modules\execa\index.js:174:9) at Function.module.exports.sync (D:\rith_laundry\node_modules\execa\index.js:338:15) at tryLaunchAppOnDevice (D:\rith_laundry\node_modules@react-native-community\cli-platform-android\build\commands\runAndroid\tryLaunchAppOnDevice.js:58:22) at D:\rith_laundry\node_modules@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:104:39 at Array.forEach () at runOnAllDevices (D:\rith_laundry\node_modules@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:102:48) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Command.handleAction (D:\rith_laundry\node_modules\react-native\node_modules@react-native-community\cli\build\index.js:186:9) info Run CLI with --verbose flag for more details.