It seems that some dynamically linked libraries have been moved along with the new Android emulator.
All you need to do: add the library folder to the search path before starting the emulator from the command line.
Sort of:
export DYLD_LIBRARY_PATH="<path to your SDK>/tools/lib64:<path to your SDK>/tools/lib64/qt/lib:$DYLD_LIBRARY_PATH"
Assuming you want to run a 64-bit version. Alternatively, you can start the emulator using this command line:
emulator64-x86 -avd <name_of_your_AVD_file>
, AVD. , , , .