I have problems starting emulator on Gitlab CI. There is an error I get:
ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at /usr/local/android-sdk/emulator/lib64/qt/lib
Could not launch '/usr/local/android-sdk/emulator/qemu/linux-x86_64/qemu-system-x86_64': No such file or directory
when executing
$ANDROID_HOME/tools/emulator -verbose -avd test -no-accel -no-snapshot -no-window -no-audio -camera-back none -camera-front none -selinux permissive -qemu -m 2048 &
(note: there is no $ANDROID_HOME/emulator directory for some reason)
AVD is created successfully with:
echo no | $ANDROID_HOME/tools/bin/avdmanager create avd --force -k "system-images;android-27;default;x86_64" -n test
as it shows in output of $ANDROID_HOME/tools/emulator -list-avds
I tried different emulators, also armeabi-v7a
.
Let me know what info you need to help solve the issue.
TIA