ReactNative app is successfully installed but it's not started from WebStorm

Viewed 1008

When I try to build ReactNative app for my devices I get this:

BUILD SUCCESSFUL

Total time: 25.191 secs

This build could be faster, please consider using the Gradle Daemon: https://docs.gradle.org/2.14.1/userguide/gradle_daemon.html
Starting the app (adb shell am start -n com.neborofeed/com.neborofeed.MainActivity.../bin/sh: adb: command not found

The app is installed on my device, but it's not started automatically. When I copy this command to the terminal adb shell am start -n com.neborofeed/com.neborofeed.MainActivity, the app is started as expected.

2 Answers

I have tried with this one then work for me after restart MAC Noted: Don't forget to restart your MAC

enter image description here

Related