PDA

View Full Version : Qt Android



Ini
28th June 2016, 01:14
Hello,

I have troubles with the integrated Android-Emulator of Qt. The problem is the compilation takes so much time and the emulator itself is also not running fluid.

Thats my system:

Intel Xeon e3-1230 v2
32GB RAM
64Bit win10
Geforce GTX 650
and a Samsung SSD where Qt is installed on

Is the problem my hardware, if so which part or is the performance of this emulator a known issue?

thank you

Talei
28th June 2016, 05:07
Did You tried to use make -j X ? I do suspect that build is done in 1 thread.
To enable more threads go to QtCreator -> Projects (Left Side menu) -> Project build tab -> BuildStep -> Make -> Make Arguments and type "-j 9" 9 == build thread count.

Emulator won't run fluid. On *nix it's do perform better.