@AppLee Okay, I tried it. I did "clickable create" and selected the C++ binary option.
When I run "clickable" the main.cpp file calls qml/Main.qml and it says "Hello World!" on my touch device.
Now, I tried to swap the code in Main.qml for this code here:
https://api-docs.ubports.com/sdk/apps/qml/Ubuntu.Content/ContentHub.html
The code just below "Example usage for importing content:"
When I run "clickable", clickable reports: /bin/sh: 1: Syntax error: "(" unexpected
Is there a mistake in the documented code? What do I need to put in the Main.qml file so it brings up the content hub?
Thanks!