Answers for "an error occurred while launching the application. error while executing command 'adb devices': command failed: adb devices /bin/sh: 1: adb: not found"

1

adb command not found

export ANDROID_HOME=/Users/$USER/Library/Android/sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
Posted by: Guest on April-23-2020
0

adb: command not found

~/Library/Android/sdk/platform-tools/adb
Posted by: Guest on June-08-2020

Code answers related to "an error occurred while launching the application. error while executing command 'adb devices': command failed: adb devices /bin/sh: 1: adb: not found"

Browse Popular Code Answers by Language