Hello guys,
I have coded a simple application that read barcode : https://github.com/Nymerea/uBarcodeReader/tree/feature/autoCapture
Now, I want auto-capture the picture like Tagger application (on feature/autoCapture branch)
This branch run on desktop but when I lunch it into my Aquaris E4.5 I receiv a failled Event :
Sdk-Launcher> Application started: 31963
Sdk-Launcher> Received a failed event
Sdk-Launcher> The Application exited, cleaning up
Sdk-Launcher> Finished
Can someone help me ?
I have coded a simple application that read barcode : https://github.com/Nymerea/uBarcodeReader/tree/feature/autoCapture
Now, I want auto-capture the picture like Tagger application (on feature/autoCapture branch)
This branch run on desktop but when I lunch it into my Aquaris E4.5 I receiv a failled Event :
Sdk-Launcher> Application started: 31963
Sdk-Launcher> Received a failed event
Sdk-Launcher> The Application exited, cleaning up
Sdk-Launcher> Finished
Can someone help me ?
Install LogViewer on your phone and look at the application logs. That might indicate why it fails to start.Aug 14, 2015
Thank you for the tips, i didn't know it ! Very usefulAug 14, 2015
BTW, why you not using Ubuntu.Components 1.2?Aug 14, 2015
I didn't know they is an update. Thanks for the tipsAug 15, 2015
Okay, I've located the problem.
Into my main.cpp I have :
view.rootContext()->setContextProperty("qDecoder", &decoder);
and I've this error message (thanks to logViewer) : ReferenceError : qDecoder is not defined
Thaht quiet weird !Aug 15, 2015
+Morgan DURAND can't help with the error but you can also use "import QtQuick 2.4" to be up to date :)Aug 15, 2015