I am new in the forum (altough I have been developing in QT from 5 years ago) so "Hello!" to everybody.

I am currently developing my first app for Android with QT and QML.


This is the problem:

When my app starts, a QThread starts to load a part of the application to don't interrupt the main process.
When I compile to ubuntu x64, there is no problem, my app launches the QThread and the main thread is not stopped, but, when I start my app in a AVD of Android, the main Thread stops until the operations of the secondary QThread are ended.

What can I do to separate threads in Android? Are compatible QThread with Android thread? Have I to change the architechture of my app if I want to do it the same in Android that I do in Ubuntu?


Thanks in advance.

Regards,

A.