Hey guys, I would appreciate if you help me with this issue I have been having for the last month.
When I run a Flutter app in an Android emulator I get the following logs every time flutter needs to update the screen or load an image, whether it’s with the widget ‘Image.network’ or with ‘Image.asset’.
E/libEGL ( 5968): called unimplemented OpenGL ES API
D/EGL_emulation( 5968): app_time_stats: avg=947.73ms min=19.49ms max=3199.28ms count=4
That log can apper every second if I am loading a gift instead of an image.
I already tried the following and got no results from it:
- Changed the type of graphics acceleration on the emulator configuration between Hardware and Software.
- Installed the latest drivers of my proccessor, Intel Graphics, as well as VT-x and VT-d on the BIOS
- Turned off Hyper-V and turn on Windows Hypervisor Platform and Virtual Machine Platform.
- Tried with different emulators API levels, from 36 to 30.
- Tried with Google API’s and Open Source Androids.
Even in a new Flutter project, on the counter basic example, it throws that error everytime Flutter refresh the app, updating the counter