EGL library doesn't support Emulator extensions Process killed by signal
-
Sir i am trying to compile from pc to remote device showing error
-
@swansorter Don't you think you should provide more information?
What are you building?
What Qt version?
What is the remote device?
The error you posted looks rather like a runtime error... -
@swansorter said in EGL library doesn't support Emulator extensions Process killed by signal:
when i press run am getting
So it is indeed a runtime error, nothing to do with " trying to compile".
EGL library doesn't support Emulator extensions
Try reading https://forum.qt.io/topic/79887/eglfs-problems-with-qt-5-9, maybe that still applies. Or maybe https://forum.qt.io/topic/118972/qt-on-eglfs-without-window-manager
-
@swansorter So, has nothing to do with compilation. The EGL library seems to be incompatible. Search for EGL and emulator extensions to find out what you could do (maybe build a newer EGL library).
You could also try the latest Qt5 version.