clickable errors
-
Hi,
I have just installed clickable and am trying to build an app. For some reason the
clickable desktop
command works but thechain
does not. Everything works until installing the appInstalling the app. Transaction: Installing files Status: Waiting in queue Status: Finished Results: Fatal error: No such file /home/phablet/test.test_1.0.0_all.click, or unknown or unsupported content type Cleaning up. Running command "launch" Trying to kill the app before starting Launching app. bash: ubuntu-app-launch: command not found
Any idea on what I should do to fix this is greatly appreciated.
-
@mateo_salta was realy kind and helped me out. The issue was as far as I can tell that the clickable framework was not set properly.
After running theCLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable --arch=all
command and updating the apparmor file to 20.04, it now works ! -
-
-
@wendor The issue was that clickable still defaults to ubuntu-sdk-framework-16.04, while your device is running 20.04. That was causing the error messages you were seeing.