Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 8.0.1, Qt Creator 9.0.0-beta1
-
None
Description
When I select an Android x86 device (emulator), and press play, I get the error:
"AVD Start Error"
PANIC: Missing emulator engine program for 'x86' CPU.
With QT_LOGGING_RULES=qtc.android.*=true set, I see this log entry.
qtc.android.avdManager: Running command (startAvdAsync): "/home/alportal/Android/Sdk/tools/emulator -netdelay none -netspeed full -avd android-x86"
The error can be reproduced in a terminal.
However, if I launch that command with...
[...]/Android/Sdk/emulator/emulator[...]
...instead of with...
[...]Android/Sdk/tools/emulator[...]
...the emulator is successfully launched with the x86 image.
Should Qt Creator perhaps use that alternative emulator tool?