0

I've installed Android Studio 2.0 and I'm trying to create a new AVD with the following specs:

Hardware profile is Nexus 5
Marshmallow API 23 and ABI x86_64

However, when I tried to start the AVD, I got the following error :

ERROR:./android/qt/qt_setup.cpp:33:Qt library not found at ${SDK_HOME}/tools/lib64/qt/lib Could not launch '${SDK_HOME}/tools/qemu/linux-x86_64/qemu-system-x86_64': No such file or directory

Or the following if I used Marshmallow API 23 and ABI x86:

ERROR:./android/qt/qt_setup.cpp:33:Qt library not found at ${SDK_HOME}/tools/lib64/qt/lib Could not launch '${SDK_HOME}/tools/qemu/linux-x86_64/qemu-system-i386': No such file or directory

My laptop (HP probok 4530s) specs are:

Hardware: CORE i5, 6GB ram, no external Graphic card.
OS: CentOS 6.6
IAmInPLS
  • 4,051
  • 4
  • 24
  • 57
Mahmoud Emam
  • 1,499
  • 4
  • 20
  • 37

1 Answers1

1

This is a duplicate of https://stackoverflow.com/a/43093003/969478

Please try running $SDK/emulator/emulator instead of $SDK/tools/emulator.

Giszmo
  • 1,944
  • 2
  • 20
  • 47
  • If that is the case, you should mark the question as duplicate instead of posting this answer. – Jaa-c Jan 31 '18 at 15:03