0

I am setup Android emulator and it's working. But, if I run command

cordova -d emaulator android

I see error

Failed to execute shell command "getprop,dev.bootcomplete"" on device: Error: adb: Command failed with exit code 1 Error output:
error: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.

The emulator started, but there is no application in it

Zoe
  • 27,060
  • 21
  • 118
  • 148
Amely
  • 43
  • 1
  • 7

1 Answers1

0

Maybe this can help you: https://stackoverflow.com/a/43984410/3426262

I googled about this error: device unauthorized.

Make sure that you also tried to enable the developer options:

enter image description here

csk
  • 188
  • 1
  • 10