Clickable¶
Build and compile Ubuntu Touch apps easily from the command line. Deploy your apps to your Ubuntu Touch device for testing or test them on any desktop Linux distribution. Get logs for debugging and directly access a terminal on your device.
Clickable is fully Open Source and can be found on GitLab. Clickable is developed by Brian Douglass and Jonatan Hatakeyama Zeidler with a huge thank you to all the contributors.
Using Clickable¶
Install Via Pip (Recommended)¶
- Install docker, adb, and pip3
- Run (may need sudo):
pip3 install git+https://gitlab.com/clickable/clickable.git
Install Via PPA (Ubuntu)¶
- Add the PPA to your system:
sudo add-apt-repository ppa:bhdouglass/clickable - Update your package list:
sudo apt-get update - Install clickable:
sudo apt-get install clickable
Install Via AUR (Arch Linux)¶
- Using your favorite AUR helper, install the clickable-git package
- Example:
pacaur -S clickable-git
Code Editor Integrations¶
Use clickable with the Atom Editor by installing atom-build-clickable made by Stefano.