Hi,

First of all, I installed the Android SDK and from inside the Qt Creator I created the AVD of a x86_64 system image. (Intel x86 Atom_64 System Image) When I issued
Qt Code:
  1. ./emulator -avd Android
To copy to clipboard, switch view to plain text mode 
then the emulator launches, the controls are there, but there's no display inside the emulator. There's a warning on the command line

Qt Code:
  1. emulator: WARNING: Host CPU is missing the following feature(s) required for x86_64 emulation: SSSE3 SSE4.1 SSE4.2
  2. Hardware-accelerated emulation may not work properly!
To copy to clipboard, switch view to plain text mode 
I tried using "Use Host GPU" but with no success.

Besides, I added the Android_x86 toolchain as a Qt version. When I try to run a Qt app, it is said that the device of ABI x86_64 is not compatible with architecture x86.

How can I fix it?