-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native-run failed #236
Comments
Are you running from Windows? |
I am seeing a similar error on Android.
EDIT: I am running this on Ubuntu 20.04. |
Same here under linux. Worked yesterday, now this and no idea what caused it or how to fix it.
|
Seeing the same issue ... |
This is the actual error: {
code: 1,
killed: false,
signal: null,
cmd: '/Users/marcus-sa/Library/Android/sdk/platform-tools/adb -s ZY22HSDLRD shell getprop',
stdout: '',
stderr: 'adb: device unauthorized.\n' +
"This adb server's $ADB_VENDOR_KEYS is not set\n" +
"Try 'adb kill-server' if that seems wrong.\n" +
'Otherwise check for a confirmation dialog on your device.\n'
} |
Same :/ |
Well that's the actual issue, your computed has lost permission to debug on the device.. the solution is to reset the usb debugging permissions from the device and then reconnect for the permissions prompr to popup on the device... |
When i run the command
#npx cap run on ios ,
it shows this error :
[error] native-run failed with error
[object Object]: undefined
The text was updated successfully, but these errors were encountered: