The app image, when running on Ubuntu 26.04 LTS, doesn't find any devices to debug. The console output is:
Running chmod chmod 755 /tmp/.mount_com.joYIiYtY/resources/app.asar/bin/linux/adb
chmod result {
code: 1,
out: '',
error: "chmod: cannot access '/tmp/.mount_com.joYIiYtY/resources/app.asar/bin/linux/adb': No such file or directory\n"
}
Running command line Server /tmp/.mount_com.joYIiYtY/bin/linux/adb devices -l
Command line result { code: 0, out: 'List of devices attached\n\n', error: '' }
This repeats every time I click the refresh button.
It doesn't matter whether I run as a normal user or as sudo.
The app image, when running on Ubuntu 26.04 LTS, doesn't find any devices to debug. The console output is:
This repeats every time I click the refresh button.
It doesn't matter whether I run as a normal user or as sudo.