Hello,
I am developing an application for mobile devices. I use QML for the user interface. The business logic is done in C++. So far I have managed to run the application on android, iOS & windows devices using Qt 5.5.0.
Now I am facing BlackBerry OS 10. I found that BlackBerry OS is capable of running android apps. So I gave it a try and installed the android version on a BlackBerry device.
For my own surprise the businnes logic seems to work properly. Unfortunately the user interface is not shown. It seems that the application hangs up whenever
Qt Code:
To copy to clipboard, switch view to plain text mode
is called.
Has anyone around here ever tried to run a Qt based android application on a BlackBerry device?
Bookmarks