I am using Ubuntu 15.04. I created a project QML app with C++ plugin (cmake), and then I want to start it.
In desktop it's running fine.
When I tried to start it in emulator I got:
Framework "ubuntu-sdk-15.04" not present on system
The whole output is:
Warning: Permanently added '[127.0.0.1]:10000' (RSA) to the list of known hosts.
Sdk-Launcher> Executing: /tmp/delete2.username_0.1_armhf.click
Sdk-Launcher> Force Install: False
Sdk-Launcher> Skip Uninstall:False
Sdk-Launcher> Launcher PID: 19987
Sdk-Launcher> Installing application .....
Transaction: Installing files
Status: Waiting in queue
Status: Starting
Status: Finished
Transaction: Installing files
Status: Waiting in queue
Status: Waiting for authentication
Status: Waiting in queue
Status: Starting
Status: Finished
Results:
Fatal error: /tmp/delete2.username_0.1_armhf.click failed to install.
WARNING:root:Signature check failed, but installing anyway as requested
Cannot install /tmp/delete2.username_0.1_armhf.click: Framework "ubuntu-sdk-15.04" not present on system (use --force-missing-framework option to override)
Sdk-Launcher> Installing the application failed
When I add --force-missing-framework option to the Project/Build settings/CMake arguments ( not sure if it was the right place ) , I got :
-1: error: No targets specified and no makefile found. Stop
No comments:
Post a Comment