0
Having environment configured, and using the command "phonegap run android" I have the following error:
[phonegap] executing 'cordova run android'...
[phonegap] completed 'cordova run android'
Expected to open a hello world on the device screen but does not open.
Command phonegap run android
– Faro
Before executing
phonegap run android
executeadb devices
to check if your device is found by the SDK tools.– stderr
When running "adb Devices", the console informs that this is not an internal or external command.
– Faro
Add Android SDK path
C:\Android\android-sdk\platform-tools
the variablePath
in Environment variables. If successful, run the commandsadb kill-server
andadb start-server
. Done this turn againadb devices
.– stderr
This has already been done.
– Faro