By default then creating new Qt Quick 1.3 project it creates stub with 3 buttons and menu. It works fine on my smartphone but in emulator (tried standard one and genymotion, armv7 and x86) it doesn't draw anything. Only white screen. But if I "touch" (click) there buttons are supposed to be it reacts with a pop up as it should. Some part of error log in console at the moment: http://pastebin.com/1e7ZiGKq

I don't get what is wrong and because I haven't found any mentions of this or threads I think it's some sort of the bug/misconfiguration and it should work correctly. How to solve this problem? P.S. Normal QWidget app works fine.

QT 5.4.1, Win 8.1