Fail to run C++ template app (clickable create) on phone
-
Hi,
I try to run the C++ template app after doingclickable create
, it runs correctly on desktop, but on the phone (FP2 with OTA-15, stable channel), it fails: I have a blank screen. Withclickable logs
, the messages are:Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0' Creating a QMirClientScreen now Starting app from main.cpp qrc:/Main.qml:23:1: plugin cannot be loaded for module "Example": Failed to extract plugin meta data from '/opt/click.ubuntu.com/testcppapp.aloysliska/1.0.0/lib/arm-linux-gnueabihf/Example/libExample.so' library "/vendor/lib/egl/libGLESv2S3D_adreno.so" not found
and I use here only the original C++ template without any modification.
Any ideas?
-
@aloys which clickable version do you have, is clickable docker images up to date (
clickable update
) ?
If no solution here, maybe fill an issue in clickable repository ? -
@lduboeuf, I have done
clickable update
, but I see that I have clickable version 6.22.0, so not the last. I will get the last version and try again, may be that's it.
Thanks! -
Yes! it is working with last clickable version (6.23.3).
Thank you @lduboeuf !