@Keneda
thanks for doing that, I'll do that in the future. My first post here ...
And to answer @mark1250 Yes I do have adb and fastboot installed.
@Keneda
thanks for doing that, I'll do that in the future. My first post here ...
And to answer @mark1250 Yes I do have adb and fastboot installed.
I'm trying to run ubports installer from a Raspberry Pi400 with Debian GNU/Linux 11 (bullseye):arm64.
I'm using the installer from the snap store.
I get an error right off the bat about a plugin failing to initialize. Can anyone help with this?
The terminal output is as follows:
info: Welcome to the UBports Installer version 0.9.5-beta!
error: Error: initializing plugins: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"}
stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn adb\",\"path\":\"adb\",\"spawnargs\":[\"-P\",5037,\"kill-server\"],\"cmd\":\"adb -P 5037 kill-server\"}}","name":"adb"}
at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20
at exithandler (node:child_process:413:5)
at ChildProcess.errorhandler (node:child_process:425:5)
at ChildProcess.emit (node:events:390:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
error: Error: plugin wait(): Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"}
stack trace: Error: {"message":"{\"error\":{\"errno\":-2,\"code\":\"ENOENT\",\"syscall\":\"spawn fastboot\",\"path\":\"fastboot\",\"spawnargs\":[\"devices\"],\"cmd\":\"fastboot devices\"}}","name":"fastboot"}
at /snap/ubports-installer/398/app/resources/app.asar.unpacked/node_modules/promise-android-tools/lib/module.cjs:117:20
at exithandler (node:child_process:413:5)
at ChildProcess.errorhandler (node:child_process:425:5)
at ChildProcess.emit (node:events:390:28)
at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)