ReactNative アプリケーションは Iphone シミュレーターで正常に動作していますが、USB 経由で Android モバイル デバイスで実行しようとすると、このエラーが発生します。
> Task :app:installDebug
Installing APK 'app-debug.apk' on 'SM-N770F - 10' for app:debug
Installed on 1 device.
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.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 2m 17s
227 actionable tasks: 227 executed
info Connecting to the development server...
warn Failed to connect to development server using "adb reverse": spawnSync adb ENOENT
info Starting the app...
error Failed to start the app. Run CLI with --verbose flag for more details.
環境変数のセットアップがあり、正常に動作しています。ターミナルでは、adb デバイスが正常にリストされています。前もって感謝します。編集:アプリケーションはデバイスにインストールされていますが、インストール時に開かず、行っている変更が反映されていません。エミュレーターで変更を確認できますが