Clickable ADB_COMMAND_FAILED
-
Trying to use clickable, installed and can create an app fine. However when I try to use the command clickable shell or clickable I get ADB_COMMAND_FAILED My phone is in developer mode and shows up when I do adb devices and adb shell works, how can I fix this?
-
-
@ekanscode Are you running Xenial on your device? If so: from the Telegram App Dev channel:
Jonatan 畠山 Zeidler:
pip3 uninstall clickable-ut
pip3 install --user git+https://gitlab.com/clickable/clickable.git@adbxenialInstall that one and try if you can install and launch an app via ADB.
-
@ekanscode No I’m using focal, tried to install with python venv instead of pip and that worked fine.
-